aside.html 1.0 KB

1234567891011121314151617181920212223242526
  1. {{- define "aside" -}}
  2. <aside>
  3. <code>me: undefined
  4. # ^ that’s a joke</code>
  5. <hr/>
  6. <label for="git-link">git</label>
  7. <a id="git-link" href="https://git.apiote.xyz">git.apiote.xyz</a>
  8. <a id="git-link" href="https://notabug.org/apiote">notabug.org/apiote</a>
  9. <a id="git-link" href="https://codeberg.org/apiote">codeberg.org/apiote</a>
  10. <label for="honk-link">activitypub</label>
  11. <a id="honk-link" href="https://honk.apiote.xyz/u/me">@me@honk.apiote.xyz</a>
  12. <label for="pixel-link">pixelfed</label>
  13. <a id="pixel-link" href="https://pixelfed.uno/@apiote">@apiote@pixelfed.uno</a>
  14. <label for="email-link">email</label>
  15. <a id="email-link" href="mailto:me@apiote.xyz">me@apiote.xyz</a>
  16. <label for="pgp-link">pgp</label>
  17. <a id="pgp-link" href="/pgp/me">C11E1272EF3B8164</a>
  18. <hr/>
  19. <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>
  20. </aside>
  21. {{- end -}}