1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
f2bb83da3a Fancy author name separator
All checks were successful
Build / build (push) Successful in 18s
2025-10-24 08:25:02 +02:00
18a7d2aba9 Smaller bottom margin in header 2025-10-24 08:20:34 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ body {
header { header {
padding: 1rem 0; padding: 1rem 0;
margin-bottom: 5rem; margin-bottom: 4rem;
background-color: #000; background-color: #000;
color: #fff; color: #fff;
line-height: 1; line-height: 1;

View File

@@ -23,7 +23,7 @@
<div class="info"> <div class="info">
<span class="date">{{ page.date }}</span> <span class="date">{{ page.date }}</span>
{%- if page.extra.author and author -%} {%- if page.extra.author and author -%}
, <span class="author">{{ page.extra.author }}</span> &nbsp;·&nbsp;<span class="author">{{ page.extra.author }}</span>
{% endif %} {% endif %}
{% if page.taxonomies.categories %} {% if page.taxonomies.categories %}
<div class="taxonomy"> <div class="taxonomy">