diff --git a/content/posts/2022-06-24-Matrixum-neun/index.de.md b/content/posts/2022-06-24-Matrixum-neun/index.de.md index e69de29b..afacf81d 100644 --- a/content/posts/2022-06-24-Matrixum-neun/index.de.md +++ b/content/posts/2022-06-24-Matrixum-neun/index.de.md @@ -0,0 +1,7 @@ +--- +title: "Matrix um neun!" +date: 2022-06-24T20:43:00+02:00 +--- +Es wird toll! + +Wir Tanzen alle im Viereck! und so.. diff --git a/themes/buha/assets/scss/container.scss b/themes/buha/assets/scss/container.scss index 9d30c87c..b7d4f749 100644 --- a/themes/buha/assets/scss/container.scss +++ b/themes/buha/assets/scss/container.scss @@ -18,22 +18,6 @@ text-decoration: underline; } -.links_wrapper { - display: flex; - flex-direction: column; - .links { - margin-bottom: 2em; - &:hover { - .t, .p { - text-decoration: underline; - } - .s { - text-decoration: none; - } - } - } -} - .sidebar { margin-bottom: 1em; } diff --git a/themes/buha/layouts/partials/snippets/gen_list.html b/themes/buha/layouts/partials/snippets/gen_list.html index e8b670b5..f79fcb2c 100644 --- a/themes/buha/layouts/partials/snippets/gen_list.html +++ b/themes/buha/layouts/partials/snippets/gen_list.html @@ -143,7 +143,9 @@ {{ $summary := "" }} {{ if in .RawContent "" }} {{ $tmp := split .RawContent "" }} +

{{ index $tmp 0 | markdownify }} +

{{ else }} {{ if hasPrefix .Summary "

" }} {{ .Summary }}