add cat emoji and improve layout
This commit is contained in:
parent
d66137565b
commit
5e7107dafc
4 changed files with 8 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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() -}}" />
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue