diff options
| author | Christian Cleberg <[email protected]> | 2024-01-12 22:31:14 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-01-12 22:31:14 -0600 |
| commit | 30af2e8feb14d22e4e8d31b83914303756cab8b0 (patch) | |
| tree | 5a3da2c48f2a822ecd8bf9a5012f06ca5c8a31ea /templates/base.html | |
| parent | 8a3a059eeca0018c3cc2ccb6bc103ac73771abf4 (diff) | |
| download | cleberg.net-30af2e8feb14d22e4e8d31b83914303756cab8b0.tar.gz cleberg.net-30af2e8feb14d22e4e8d31b83914303756cab8b0.tar.bz2 cleberg.net-30af2e8feb14d22e4e8d31b83914303756cab8b0.zip | |
fix: update git links
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> |
