diff options
| author | Christian Cleberg <[email protected]> | 2026-02-07 11:36:31 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-02-07 11:36:31 -0600 |
| commit | 330861ec09a920bbcaff4674c33107545ceb13e9 (patch) | |
| tree | b0ea89ebf9aaaaab97c79c504ceea0b0ba52d59c | |
| parent | de40099b21a6c9078512cbe738bd5312c7037ffe (diff) | |
| download | cleberg.net-330861ec09a920bbcaff4674c33107545ceb13e9.tar.gz cleberg.net-330861ec09a920bbcaff4674c33107545ceb13e9.tar.bz2 cleberg.net-330861ec09a920bbcaff4674c33107545ceb13e9.zip | |
add indieweb links
| -rw-r--r-- | theme/templates/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index 18d28f5..48176e3 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -10,4 +10,9 @@ <!-- END_POSTS --> <p><a href="/blog/">All Posts →</a></p> </section> +<section class="indieweb-links"> + <link href="https://github.com/ccleberg" rel="me"> + <link href="https://gitlab.com/ccleberg" rel="me"> + <link href="mailto:[email protected]" rel="me"> +</section> {% endblock %} |
