Skip to content

Commit a69bf21

Browse files
cjflossthe-maldridge
authored andcommitted
Use a non-generic name for the atom feed
Applications with feed discovery use this name for the feed's title. This change gives a better automatic name for the feed on feed readers.
1 parent b9a4aa1 commit a69bf21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" href="/assets/css/misc.css">
1212
<link href='/assets/css/font-ubuntu.css' rel='stylesheet' type='text/css'>
1313
{% if site.snow == 1 %}<link rel="stylesheet" type="text/css" href="/assets/css/snow.css" />{% endif %}
14-
<link rel="alternate" type="application/atom+xml" title="Atom feed" href="/atom.xml" />
14+
<link rel="alternate" type="application/atom+xml" title="Void Linux News feed" href="/atom.xml" />
1515
<script src="/assets/js/jquery.min.js"></script>
1616
<script src="/assets/js/bootstrap.min.js"></script>
1717
<script src="/assets/js/tabbar.js"></script>

0 commit comments

Comments
 (0)