No more commits
This commit is contained in:
parent
a00188cab6
commit
e30e1c557a
2 changed files with 3 additions and 2 deletions
2
index.js
2
index.js
|
@ -232,7 +232,7 @@ function pageUpdate() {
|
|||
html = html.replace("{SEASONAL_EFFECT}", "")
|
||||
}
|
||||
|
||||
html = html.replace("{COMMITS}", commitCount("https://codeberg.org/Bingus_Violet/Violets-Purgatory"))
|
||||
// html = html.replace("{COMMITS}", commitCount("https://codeberg.org/Bingus_Violet/Violets-Purgatory"))
|
||||
|
||||
fs.writeFileSync(path.join(__dirname, 'static/index.html'), html)
|
||||
}
|
||||
|
|
|
@ -22,7 +22,8 @@
|
|||
<body>
|
||||
<h1>Welcome to Violet's Purgatory</h1>
|
||||
|
||||
<p>Now at {COMMITS} commits all thanks to you :D</p>
|
||||
<h3>Happy 1 year anniversery of owning Violet's Purgatory! :D</h3>
|
||||
<p>Thanks to all of you...</p>
|
||||
<p style="color: gray">(I'm kidding of course I did all the work >:])</p>
|
||||
|
||||
<div class="fadediv">
|
||||
|
|
Loading…
Reference in a new issue