1234567891011121314151617181920212223242526 |
- {{- 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>
- <a id="pixel-link" href="https://pixelfed.uno/@apiote">@apiote@pixelfed.uno</a>
- <label for="email-link">email</label>
- <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>
- {{- end -}}
|