small fixes

This commit is contained in:
teldra 2022-04-11 19:39:04 +02:00
parent 7fce0f1d56
commit 272f9c71fc
4 changed files with 7 additions and 8 deletions

View File

@ -0,0 +1 @@
news = '/:year/:month/:title/'

View File

@ -1,6 +1,7 @@
---
title: "Plenum"
date: "1993-09-04T19:00:00+02:00"
date: 1993-09-04T19:00:00+02:00
lastmod: 1993-09-04T19:00:00+02:00
when: "jeden Monat am ersten und dritten Donnerstag, 19:00Uhr"
about: true
categories: ["Buha"]

View File

@ -46,7 +46,7 @@ article #readmore {
}
.multiple_small {
flex: 0 0 10rem;
flex: 0 0 24%;
margin-right: 1rem;
}
@ -55,13 +55,14 @@ article #readmore {
}
.solo {
flex: 0 0 100%;
flex: 0 0 75%;
}
#articleinner {
display: flex;
flex-direction: column-reverse;
margin-left: .3rem;
align-items: stretch;
}
#article_footer {

View File

@ -1,8 +1,3 @@
{{ define "css" }}
<link rel="stylesheet" href="/css/visibleIf.css" type="text/css" />
{{ end }}
<article class="minmax">
<div>
{{ .context.Content }}
@ -13,5 +8,6 @@
{{ end }}
</article>
<script defer language="javascript" type="text/javascript" src="{{ "/js/visibleIf.js" | urlize | relURL }}"></script>
<script defer language="javascript" type="text/javascript" src="{{ "/js/generator.js" | urlize | relURL }}"></script>