diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index ef815dc..2e7dd5d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,8 +7,8 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net></pre> </section> <section> <h2>Recent Blog Posts</h2> - {% set section = get_section(path="blog/_index.md") %} {% set i = 0 %} {% - for page in section.pages %} {% if i < 3%} {% set_global i = i + 1%} + {% set section = get_section(path="blog/_index.md") %} {% set i = 0 %} {% for + page in section.pages %} {% if i < 3%} {% set_global i = i + 1%} <div class="post"> <time datetime="{{ page.date | date(format='%Y-%m-%d %H:%M:%S') @@ -34,6 +34,12 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net></pre> <ul> <li>hello [at] cleberg.net (<a href="/gpg.txt">GPG</a>)</li> <li> + cyb0rg on + <a href="https://libera.chat" target="_blank" rel="noopener" + >libera.chat</a + > + </li> + <li> <a href="https://matrix.to/#/@cyborg:matrix.tchncs.de" target="_blank" |