diff options
Diffstat (limited to 'templates/latestposts.html.tera')
-rw-r--r-- | templates/latestposts.html.tera | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/latestposts.html.tera b/templates/latestposts.html.tera index 8ab5406..5aab5cb 100644 --- a/templates/latestposts.html.tera +++ b/templates/latestposts.html.tera @@ -1,5 +1,5 @@ <div class="panel" id="posts"> - <h2>latest posts <!--<a class="badge" href="/feed.xml"><img class="badge" src="/rssbadge.png" alt="rss newsfeed"></a>--></h2> + <h2>latest posts <a class="small-badge" href="/feed"><img class="small-badge" src="/atombadge.png" alt="atom newsfeed"></a></h2> <table id="post-list"> {% for blogpost in blogposts %} <tr> |