diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-05-24 00:41:05 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-05-24 00:41:05 +0100 |
| commit | ce98857fc5d4014c74041400f66521fc024e8d94 (patch) | |
| tree | 0b632fbdea836fda945506f0eeb9b067f84b5f89 | |
| parent | a7540ee8f9ea7e580beb36ab4702de46b3420389 (diff) | |
Add link to Atom feed
| -rw-r--r-- | source/_layouts/master.blade.php | 1 |
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> |
