davideisinger.com

My personal website
Log | Files | Refs | README

commit 8769a87316f810039bbfdf608ada935993315ea0
parent b7ba47330952463d3f7eaf05bab48f65fc7302f7
Author: David Eisinger <[email protected]>
Date:   Fri,  2 Feb 2024 10:35:49 -0500

Add feed link tag

Diffstat:
Mthemes/v2/layouts/partials/head.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/themes/v2/layouts/partials/head.html b/themes/v2/layouts/partials/head.html @@ -8,4 +8,5 @@ </title> {{ $css := resources.Get "css/style.scss" | toCSS | minify | fingerprint }} <link rel="stylesheet" href="{{ $css.RelPermalink }}"> +<link rel="alternate" href="/index.xml" type="application/rss+xml" title="{{ .Site.Title }}" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">