aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/base.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/_layouts/base.html b/_layouts/base.html
index f02354e..aee5b90 100644
--- a/_layouts/base.html
+++ b/_layouts/base.html
@@ -11,8 +11,7 @@
11 {% else %}{{ site.title | escape }}{% endif %} 11 {% else %}{{ site.title | escape }}{% endif %}
12 </title> 12 </title>
13 13
14 <meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}"> 14 {% seo title=false %}
15 <meta name="author" content="{{ site.author }}">
16 15
17 <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="/feed.xml"> 16 <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="/feed.xml">
18 17