diff options
| author | Christian Cleberg <[email protected]> | 2024-06-02 23:05:10 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-06-02 23:05:10 -0500 |
| commit | e512a96cbe255a60671fe02bad484b04ba30ef7e (patch) | |
| tree | a4530f7e93ddeff66ebca4c094a63ee365511562 | |
| parent | 286bdeec8feaaf2470cf65d45d05846f22f61892 (diff) | |
| download | cleberg.net-e512a96cbe255a60671fe02bad484b04ba30ef7e.tar.gz cleberg.net-e512a96cbe255a60671fe02bad484b04ba30ef7e.tar.bz2 cleberg.net-e512a96cbe255a60671fe02bad484b04ba30ef7e.zip | |
add irc nick
| -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 <[email protected]></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 <[email protected]></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" |
