Fix styling

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-03-25 16:25:55 +01:00
parent e8ae1e61b3
commit 30057b69cd
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
{% include page_start.liquid %}
{% for data in page.categories %}
<link rel="alternate" type="application/atom+xml" title="Category: {{ data }}" href="{{ "/feed/" | append: data | append: ".xml" | absolute_url }}">
{% endfor %}
{% for data in page.tags %}
<link rel="alternate" type="application/atom+xml" title="Tag: {{ data }}" href="{{ site.feed.tags.path | append: data | append: ".xml" | absolute_url }}">
{% endfor %}
{% include page_content.liquid %}
{{ page.content }}
{% include page_end.liquid %}
+1 -1
View File
@@ -7,6 +7,6 @@
{% endfor %}
{% include page_content.liquid %}
{% include breadcrumbs.liquid title=page.title permalink=page.url %}
{% include article.liquid type=post title=page.title content=page.content timestamp=page.date permalink=page.url tags=page.tags %}
{% include article.liquid type=post title=page.title content=content timestamp=page.date permalink=page.url tags=page.tags %}
{% include comments.liquid %}
{% include page_end.liquid %}
+1 -1
View File
@@ -48,7 +48,7 @@ fonts:
- weight: 400
style: oblique
format: "truetype"
url: "assets/fonts/Roboto-RegularItalic.ttf"
url: "assets/fonts/Roboto-Italic.ttf"
- weight: 500
style: normal
format: "truetype"