aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-03-09 14:03:10 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-03-09 14:03:10 +0100
commita40d80be378e46a6c490e1b99b0d8f4acd968503 (patch)
tree3043d5ceb8e2daba75a43ed1d25586868e000f7d /_layouts
parent384235475fa9578d52210c2f80d18c3cfec00813 (diff)
downloadmitjafelicijan.com-a40d80be378e46a6c490e1b99b0d8f4acd968503.tar.gz
Style fixes and added feed.json
Diffstat (limited to '_layouts')
-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 {