small fixes
This commit is contained in:
parent
155c089307
commit
0eabad688f
|
@ -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..
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user