diff options
author | André Fincato <work@andrefincato.info> | 2021-03-08 13:02:07 +0100 |
---|---|---|
committer | André Fincato <work@andrefincato.info> | 2021-03-08 13:02:07 +0100 |
commit | c6405b13db92527907ac2044a4b1f835372b4b1c (patch) | |
tree | 1ef435707b6f470605287bc29a1865cc81d75cdd | |
parent | 4bbad8a93c82622f3dbd89a9f5a38a13188cc18d (diff) |
replace link with concealment
-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 9a41933..adfa6f2 100644 --- a/content/index.txt +++ b/content/index.txt @@ -1,5 +1,6 @@ --- title: André Fincato +template: index --- I do programming and design. diff --git a/templates/index.html b/templates/index.html index 015ca3f..99f9db2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -20,7 +20,7 @@ <p>${email}</p> <p>ssb ~ <code>${ssb}</code></p> <hr> - <a href="/worklog" class="db pb1">worklog</a> + <p class="db pb1">Φύσις κρύπτεσθαι φιλεῖ</p> <p>${commit_date}, <a href="https://source.andrefincato.info/andrefincato.git/commit/?h=v6&id=${commit_hash}">${commit_hash}</a></p> </footer> </body> |