small fixes

This commit is contained in:
teldra 2022-06-24 20:46:34 +02:00
parent 155c089307
commit 0eabad688f
3 changed files with 9 additions and 16 deletions

View File

@ -0,0 +1,7 @@
---
title: "Matrix um neun!"
date: 2022-06-24T20:43:00+02:00
---
Es wird toll!
<!--more-->
Wir Tanzen alle im Viereck! und so..

View File

@ -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;
}

View File

@ -143,7 +143,9 @@
{{ $summary := "" }}
{{ if in .RawContent "<!--more-->" }}
{{ $tmp := split .RawContent "<!--more-->" }}
<p>
{{ index $tmp 0 | markdownify }}
</p>
{{ else }}
{{ if hasPrefix .Summary "<p>" }}
{{ .Summary }}