aboutsummaryrefslogtreecommitdiff
path: root/snippets/footer.snippet.php
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/footer.snippet.php')
-rw-r--r--snippets/footer.snippet.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/snippets/footer.snippet.php b/snippets/footer.snippet.php
index e595781..397c2fb 100644
--- a/snippets/footer.snippet.php
+++ b/snippets/footer.snippet.php
@@ -1,8 +1,6 @@
<footer>
<nav>
<ul>
- <li><a href="<?= $config['url'] ?>/feed/atom">ATOM Feed</a></li>
- <li><a href="<?= $config['url'] ?>/feed/json">JSON Feed</a></li>
<?php if($config['logged_in']): ?><li><a href="<?= $config['url'] ?>/logout">Logout</a></li><?php endif; ?>
</ul>
</nav>