aboutsummaryrefslogtreecommitdiff
path: root/_layouts/base.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/base.html')
-rw-r--r--_layouts/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/_layouts/base.html b/_layouts/base.html
index cd7d8a9..57d447c 100644
--- a/_layouts/base.html
+++ b/_layouts/base.html
@@ -14,6 +14,7 @@
14 {% seo title=false %} 14 {% seo title=false %}
15 15
16 <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">
17 <link rel="alternate" type="application/json" title="{{ site.title | escape }}" href="/feed.json" />
17 18
18 <style> 19 <style>
19 :root { 20 :root {
@@ -47,7 +48,7 @@
47 font-family: sans-serif; 48 font-family: sans-serif;
48 line-height: 1.4rem; 49 line-height: 1.4rem;
49 font-size: 16px; 50 font-size: 16px;
50 margin: 0 auto; 51 /* margin: 0 auto; */
51 } 52 }
52 53
53 hr { 54 hr {