diff options
author | André Fincato <work@andrefincato.info> | 2021-11-14 21:36:02 +0100 |
---|---|---|
committer | André Fincato <work@andrefincato.info> | 2021-11-14 21:36:02 +0100 |
commit | bf7f4d5baf1dbf3001dc095623f2439192a71cf9 (patch) | |
tree | cc84abe955a07ff4e8469e54681e3064b0539918 | |
parent | 69430c835939be0f8e965ceb992c31de58ef5630 (diff) |
index: move closing from template to article
-rw-r--r-- | content/index.txt | 1 | ||||
-rw-r--r-- | templates/index.html | 2 |
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> |