summaryrefslogtreecommitdiff
path: root/source/_layouts/master.blade.php
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-03-08 02:48:38 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-03-08 02:48:38 +0000
commit6cfb99bddd44f825a8d3d6b5985ee9d75684bd9f (patch)
tree32427e9cf1d4b3ea249567c1bb9f95f8d6cae6c3 /source/_layouts/master.blade.php
parentb517ca1a50745befc5c5248506b939647f7c8f47 (diff)
Add atom feed
Diffstat (limited to 'source/_layouts/master.blade.php')
-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 02eb72c..0e93e7f 100644
--- a/source/_layouts/master.blade.php
+++ b/source/_layouts/master.blade.php
@@ -13,6 +13,7 @@
<title>{{ $page->title ? $page->title . ' | ' : '' }}{{ $page->siteName }}</title>
<link rel="shortcut icon" href="/assets/images/green.png">
+ <link href="/feed.atom" type="application/atom+xml" rel="alternate" title="{{ $page->siteName }} Atom Feed">
<link rel="stylesheet" href="{{ mix('css/main.css', 'assets/build') }}">
</head>
<body>