Added RSS Feeds
This commit is contained in:
parent
6d2f00dfe6
commit
73332a62e3
@ -7,6 +7,11 @@ compile_sass = true
|
||||
# Whether to build a search index to be used later on by a JavaScript library
|
||||
build_search_index = false
|
||||
|
||||
generate_feeds = true
|
||||
feed_filenames = ["atom.xml", "rss.xml"]
|
||||
|
||||
author = "Silas Bartha"
|
||||
|
||||
taxonomies = [
|
||||
{ name = "categories", render = false },
|
||||
{ name = "languages", render = false },
|
||||
|
@ -4,6 +4,9 @@
|
||||
<meta charset="utf-8"/>
|
||||
<title>silas</title>
|
||||
<link rel="stylesheet" href="/style.css"/>
|
||||
{% block rss %}
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml", trailing_slash=false) }}">
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
<section class="section">
|
||||
|
Loading…
x
Reference in New Issue
Block a user