diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-05-01 21:45:52 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-05-01 21:45:52 -0500 |
commit | dc1261d703ae1e1a14841b030888e3f87ff7c38f (patch) | |
tree | 71139c9021b09704b2d45be3b64d54e2acbae55f /templates/index.html | |
parent | ba6b552c8256cc2e071c910ef7821c82443f1f82 (diff) | |
download | cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.tar.gz cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.tar.bz2 cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.zip |
prettier formatting and rewrap lines
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/templates/index.html b/templates/index.html index 5f14396..449a05c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,14 +12,14 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net></pre> {% set section = get_section(path="blog/_index.md") %} {% set i = 0 %} {% for page in section.pages %} - {% if i < 3%} - {% set_global i = i + 1%} + {% if i < 3%} + {% set_global i = i + 1%} <div class="post"> - <time datetime="{{ page.date | date(format='%Y-%m-%d %H:%M:%S') }}">{{ page.date | date(format='%Y-%m-%d') }}</time> + <time datetime="{{ page.date | date(format='%Y-%m-%d %H:%M:%S') + }}">{{ page.date | date(format='%Y-%m-%d') }}</time> <a href="/blog/{{ page.slug }}/">{{ page.title }}</a> </div> - {% endif %} - {% endfor %} + {% endif %} {% endfor %} <br> <a href="/blog/">All Posts →</a> </section> @@ -35,8 +35,10 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net></pre> <h2>Contact</h2> <ul> <li>hello [at] cleberg.net (<a href="/gpg.txt">GPG</a>)</li> - <li><a href="https://matrix.to/#/@cyborg:matrix.tchncs.de" target="_blank" rel="noopener">@cyborg:@matrix.tchncs.de</a></li> - <li><a href="https://git.cleberg.net/" target="_blank" rel="noopener">Git</a></li> + <li><a href="https://matrix.to/#/@cyborg:matrix.tchncs.de" + target="_blank" rel="noopener">@cyborg:@matrix.tchncs.de</a></li> + <li><a href="https://git.cleberg.net/" target="_blank" + rel="noopener">Git</a></li> </ul> </section> {% endblock content %} |