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 %}
|
||||
Reference in New Issue
Block a user