Fix styling
This commit is contained in:
@@ -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 %}
|
||||
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user