diff options
| author | 2023-06-22 21:37:10 +0100 | |
|---|---|---|
| committer | 2023-06-22 21:37:10 +0100 | |
| commit | ab529917847641190f21129804bbda1784b4f998 (patch) | |
| tree | dfdd39286d330dd62339ade0499471b70187ae04 /templates/latestposts.html | |
| parent | bc5ac494c6162743810b9aeb1cda4f22d94a486a (diff) | |
| download | blossom-ab529917847641190f21129804bbda1784b4f998.tar.gz blossom-ab529917847641190f21129804bbda1784b4f998.tar.bz2 blossom-ab529917847641190f21129804bbda1784b4f998.zip | |
implement atom syndication
Diffstat (limited to '')
| -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> |
