Skip to content
Snippets Groups Projects
Commit a0aae1fc authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Update the feed URI in the <head>'s <link> too.

parent 40605ded
No related branches found
Tags debian/4.5.1-3
No related merge requests found
Pipeline #141812 passed
......@@ -10,7 +10,7 @@
<link href="{{ "static/css/syntax.css" | relative_url }}?{{ site.time | date: '%s%N' }}" rel="stylesheet" media="screen" />
<link href="{{ "static/css/hyde.css" | relative_url }}?{{ site.time | date: '%s%N' }}" rel="stylesheet" media="screen" />
<link href="{{ "static/css/custom.css" | relative_url }}?{{ site.time | date: '%s%N' }}" rel="stylesheet" media="screen" />
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}: {{ site.description }}" href="{{ "feed" | relative_url }}"/>
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}: {{ site.description }}" href="{{ "feed.xml" | relative_url }}"/>
</head>
<body class="theme-base-diffoscope">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment