diff options
| -rw-r--r-- | config.toml | 1 | ||||
| -rw-r--r-- | templates/base.html | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/config.toml b/config.toml index 0d900f9..46b042d 100644 --- a/config.toml +++ b/config.toml @@ -13,5 +13,4 @@ smart_punctuation = true [extra] email = "[email protected]" -github = "https://github.com/krazywarez" tagline = "Small, durable software focused on utility, privacy, and control." diff --git a/templates/base.html b/templates/base.html index 0f79de1..98b1aa5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -24,7 +24,7 @@ </main> <footer class="site-footer"> - <p class="foot-links"><a href="mailto:{{ config.extra.email }}">{{ config.extra.email }}</a> · <a href="{{ config.extra.github }}">github</a> · <a href="{{ get_url(path="/privacy/") | safe }}">privacy</a> · © {{ now() | date(format="%Y") }} · public domain</p> + <p class="foot-links"><a href="mailto:{{ config.extra.email }}">{{ config.extra.email }}</a> · <a href="https://git.krz.sh">git</a> · <a href="{{ get_url(path="/privacy/") | safe }}">privacy</a> · © {{ now() | date(format="%Y") }} · public domain</p> </footer> </body> </html> |
