nycki.net/content/_includes/home.njk

14 lines
165 B
Text
Raw Permalink Normal View History

2024-09-13 02:47:49 +00:00
---
2024-12-28 21:32:16 +00:00
layout: base.njk
2024-09-13 02:47:49 +00:00
---
2024-09-22 02:19:45 +00:00
{% css %}
h2 ~ h2 {
2024-09-22 02:19:45 +00:00
border: none;
padding-top: 20px;
border-top: 12px double var(--xkcd-magenta);
}
{% endcss %}
2024-09-13 02:47:49 +00:00
{{ content | safe }}