Add SEO tags to all pages

This commit is contained in:
2017-07-11 15:10:00 -04:00
parent e95350e6c1
commit 7fb07fa372
4 changed files with 24 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ redirect_from: "/rss"
<channel>
<title>{{ site.name | xml_escape }}</title>
<description>{% if site.description %}{{ site.description | xml_escape }}{% endif %}</description>
<link>{{ site.url }}</link>
<link>{{ site.blog_url }}</link>
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
{% for post in site.posts limit:10 %}
{% if post.hidden == null or post.hidden == false %}