diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-03-05 07:41:29 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-03-05 07:41:29 +0200 |
| commit | 60fa740c0e595084ea5190767250031cbc311c22 (patch) | |
| tree | a212ed1bd42fef65485606c7eb8bae262b11c42c /layouts | |
| parent | 08f693548591c4cbee842125368092b8a0112a32 (diff) | |
Enable RSS and fix typo
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/head/metadata.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/head/metadata.html b/layouts/partials/head/metadata.html index f49b401..a5d2a2e 100644 --- a/layouts/partials/head/metadata.html +++ b/layouts/partials/head/metadata.html @@ -11,5 +11,6 @@ <link rel="icon" type="image/png" sizes="16x16" href="/ico/favicon-16x16.png" /> <link rel="manifest" href="/ico/site.webmanifest" /> <link rel="mask-icon" href="/ico/safari-pinned-tab.svg" color="#000" /> +<link rel="alternate" type="application/rss+xml" href="https://a14m.dev/index.xml" title="A14M RSS"> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="theme-color" content="#ffffff" /> |
