website.git

commit 21c920b7833299b951132c63d1bdbe0a331d09ba

Author: Adam Evyčędo <git@apiote.xyz>

add codeberg link to aside

 templates/aside.html | 5 +++++


diff --git a/templates/aside.html b/templates/aside.html
index bb1729f00da796973de0581c7d16a522f324df2d..15e7da374eb7ac0c4a2e74447f22cfa59a2254c4 100644
--- a/templates/aside.html
+++ b/templates/aside.html
@@ -2,10 +2,13 @@ {{- define "aside" -}}
 		<aside>
 			<code>me: undefined
 # ^ that’s a joke</code>
+
 			<hr/>
+
 			<label for="git-link">git</label>
 			<a id="git-link" href="https://git.apiote.xyz">git.apiote.xyz</a>
 			<a id="git-link" href="https://notabug.org/apiote">notabug.org/apiote</a>
+			<a id="git-link" href="https://codeberg.org/apiote">codeberg.org/apiote</a>
 			<label for="honk-link">activitypub</label>
 			<a id="honk-link" href="https://honk.apiote.xyz/u/me">@me@honk.apiote.xyz</a>
 			<label for="pixel-link">pixelfed</label>
@@ -14,6 +17,8 @@ 			
 			<a id="email-link" href="mailto:me@apiote.xyz">me@apiote.xyz</a>
 			<label for="pgp-link">pgp</label>
 			<a id="pgp-link" href="/pgp/me">C11E1272EF3B8164</a>
+
+			<hr/>
 
 			<p>The content for this site is <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a>. The code for this site is <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">AGPL</a>.</p>
 		</aside>