diff options
Diffstat (limited to 'theme')
| -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 %} |
