summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fincato <work@andrefincato.info>2021-11-14 21:36:02 +0100
committerAndré Fincato <work@andrefincato.info>2021-11-14 21:36:02 +0100
commitbf7f4d5baf1dbf3001dc095623f2439192a71cf9 (patch)
treecc84abe955a07ff4e8469e54681e3064b0539918
parent69430c835939be0f8e965ceb992c31de58ef5630 (diff)
index: move closing from template to article
-rw-r--r--content/index.txt1
-rw-r--r--templates/index.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/content/index.txt b/content/index.txt
index e31fa9c..13ad5e2 100644
--- a/content/index.txt
+++ b/content/index.txt
@@ -18,4 +18,5 @@ Destroy Wikipedia.
---
ssb: '@UYyBSgcbRAlNxWZkuU0oCYLo2s2cV3yh4FDUv/OxVwQ=.ed25519'
email: '<work@andrefincato.info>'
+closing: 'La natura ama nascondersi'
---
diff --git a/templates/index.html b/templates/index.html
index 99f9db2..3c6a03b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -20,7 +20,7 @@
<p>${email}</p>
<p>ssb ~ <code>${ssb}</code></p>
<hr>
- <p class="db pb1">Φύσις κρύπτεσθαι φιλεῖ</p>
+ <p class="db pb1">${closing}</p>
<p>${commit_date}, <a href="https://source.andrefincato.info/andrefincato.git/commit/?h=v6&id=${commit_hash}">${commit_hash}</a></p>
</footer>
</body>