summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-05-24 00:41:05 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-05-24 00:41:05 +0100
commitce98857fc5d4014c74041400f66521fc024e8d94 (patch)
tree0b632fbdea836fda945506f0eeb9b067f84b5f89
parenta7540ee8f9ea7e580beb36ab4702de46b3420389 (diff)
Add link to Atom feed
-rw-r--r--source/_layouts/master.blade.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/_layouts/master.blade.php b/source/_layouts/master.blade.php
index 99a4837..7a2d77d 100644
--- a/source/_layouts/master.blade.php
+++ b/source/_layouts/master.blade.php
@@ -25,6 +25,7 @@
@foreach ($page->allTags($posts) as $tag)
<a class="inline-block rounded p-1 mt-4 {{Str::slug($tag) }}" href="/tags/{{ Str::slug($tag) }}">{{ $tag }}</a>
@endforeach
+ <p><a href="/feed.atom">Atom Feed</a></p>
<a href="https://brave.com/dda039">
<img class="ml-auto mr-auto mt-8" src="/assets/images/brave.png" title="Proud to support a faster, safer web with the Brave browser" alt="Proud to support a faster, safer web with the Brave browser"/>
</a>