Add RSS feed
This commit is contained in:
parent
936bea1a3f
commit
8be0cc94ff
@ -16,6 +16,7 @@ author:
|
||||
plugins:
|
||||
- jekyll-paginate
|
||||
- jemoji
|
||||
- jekyll-feed
|
||||
|
||||
# Serving
|
||||
host: localhost
|
||||
|
@ -16,6 +16,7 @@ author:
|
||||
plugins:
|
||||
- jekyll-paginate
|
||||
- jemoji
|
||||
- jekyll-feed
|
||||
|
||||
# Serving
|
||||
host: blog.neophyte.me
|
||||
|
@ -1,5 +1,6 @@
|
||||
<head>
|
||||
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||
<link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ '/feed.xml' | prepend: site.url }}">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
|
Loading…
x
Reference in New Issue
Block a user