add cat emoji and improve layout

This commit is contained in:
L3D 2022-10-24 23:48:49 +02:00
parent d66137565b
commit 5e7107dafc
Signed by: l3d
GPG key ID: CD08445BFF4313D1
4 changed files with 8 additions and 3 deletions

View file

@ -11,9 +11,13 @@ div.page {
color: $font_default;
}
a, a:link, a:visited, a:active {
a {
color: $font_default;
}
a:link, a:visited, a:active {
color: $font_accent_4;
text-decoration: none;
}
h1 {
color: $font_accent_3;

View file

@ -13,5 +13,6 @@ Gibt es bei bei dir auch spannende Vorträge oder ähnliches, die gerne gestream
```
video [ät] winkekatze.tv
```
😺
---
sitename: Winkekätzle TV

View file

@ -26,7 +26,7 @@
<meta name="description" content="{{- descriptionstring() -}}" />
<meta name="author" content="L3D" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml" />
<link rel="sitemap" type="application/xml" title="Sitemap" href="{{ '/sitemap.xml' | url(external=true) }}" />
<meta property="og:url" content="{{ this | url(external=true) }}" />
<meta property="og:type" content="website" />
<meta property="og:title" content="{{- titlestring() -}}" />

View file

@ -27,4 +27,4 @@ url_prefix = /en/
[packages]
lektor-scss = 1.4.1
lektor-html-pretify = 1.0.5
lektor-html-pretify = 1.0.7