diff options
-rw-r--r-- | _config.yml | 5 | ||||
-rw-r--r-- | _layouts/default.html | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..59eab86 --- /dev/null +++ b/_config.yml @@ -0,0 +1,5 @@ +plugins: + - jekyll-feed +title: boringcactus +description: boringcactus's blog posts +author: boringcactus (Melody Horn) diff --git a/_layouts/default.html b/_layouts/default.html index 3bd4d2b..7970741 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -20,6 +20,7 @@ <title>{{ page.title }} | boringcactus</title> {% endif %} <link rel="stylesheet" href="/site.css"> + {% feed_meta %} </head> <body> <header> |