Skip to content

Commit 9f6cf0f

Browse files
author
Anne-Julia Seitz
committed
Fix TOML syntax error and RSS feed links
- Remove extra quote in topic array in 2013-03-05 event file that was breaking taxonomy - Update RSS feed links in base.html to point to /atom.xml (correct Zola path) - Fix both header meta link and footer navigation link for RSS feed
1 parent f80f37d commit 9f6cf0f

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/events/2013-03-05-zf2-symfony-rdfa-templates/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date = "2013-03-05"
55

66
[taxonomies]
77
speaker = ["Michael Scholl", "Timon Schroeter", "Nikolas Martens"]
8-
topic = ["Zend Framework 2", "Application Development", "Symfony 2", "Forms", "Validators", "RDFa", "Template Animation", "Semantic Web"]
8+
topic = ["Zend Framework 2", "Application Development", "Symfony", "Forms", "Validators", "RDFa", "Template Animation", "Semantic Web"]
99

1010
[extra]
1111
location = "co.up Coworking Space, Adalbertstr. 7-8, 10999 Berlin"
-102 KB
Binary file not shown.
-84.2 KB
Binary file not shown.
-50.1 KB
Binary file not shown.

templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<link rel="stylesheet" href="{{ get_url(path='styles.css') }}">
3030

3131
<!-- RSS Feed -->
32-
<link rel="alternate" type="application/rss+xml" title="{{ config.title }}" href="{{ get_url(path='feed.xml') }}">
32+
<link rel="alternate" type="application/atom+xml" title="{{ config.title }}" href="{{ get_url(path='atom.xml') }}">
3333

3434
<!-- Favicon and Icons -->
3535
<link rel="icon" type="image/x-icon" href="{{ get_url(path='favicon.ico') }}">
@@ -105,7 +105,7 @@ <h6 class="title is-6">Navigation</h6>
105105
<a href="{{ get_url(path='/') }}">Home</a>
106106
<a href="{{ get_url(path='/events/') }}">Previous Events</a>
107107
<a href="{{ get_url(path='/pages/contact/') }}">Contact</a>
108-
<a href="{{ get_url(path='feed.xml') }}">RSS</a>
108+
<a href="{{ get_url(path='atom.xml') }}">RSS</a>
109109
</p>
110110
</div>
111111
<div class="column">

0 commit comments

Comments
 (0)