diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 5e54e03..5ec6d73 100644 --- a/templates/base.html +++ b/templates/base.html @@ -32,12 +32,12 @@ <li><a href="/wiki/">Wiki</a></li> </ul> </nav> - + <main>{% block content %}{% endblock content %}</main> <footer> <p>Last build: {{ now() | date(format="%Y-%m-%d %H:%M:%S") }}</p> - <p><a href="https://git.sr.ht/~cyborg/cleberg.net" target="_blank" rel="noopener">Source Code</a></p> + <p><a href="https://github.com/ccleberg/cleberg.net" target="_blank" rel="noopener">Source Code</a></p> <p><a href="/atom.xml">Atom RSS Feed</a></p> </footer> </body> |