Skip to content

Commit

Permalink
Add RSS feed to HTML head
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayce Basques committed Dec 11, 2023
1 parent cd1fc39 commit 2d12937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bio-digital jazz, man</title>
<link rel="stylesheet" type="text/css" href="{{ pathto('_static/biodigitaljazz.css', 1) }}">
<link rel="alternate" type="application/rss+xml" title="RSS feed" href="https://biodigitaljazz.net/rss.xml"/>
</head>
<body>
<nav>
Expand Down

0 comments on commit 2d12937

Please sign in to comment.