Skip to content

Commit 24ca9a4

Browse files
authored
RSS
1 parent 8a0374e commit 24ca9a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_layouts/default.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
<!-- Theme Stylesheet -->
2323
<link rel="stylesheet" href="{{site.baseurl}}/assets/css/theme.css">
2424

25+
<link rel="alternate" type="application/atom+xml" title="Netverify blog" href="/feed.xml">
26+
2527
<!-- Jquery on header to make sure everything works, the rest of the scripts in footer for fast loading -->
2628
<script
2729
src="https://code.jquery.com/jquery-3.3.1.min.js"
@@ -30,7 +32,6 @@
3032

3133
{% include tracking-header.html %}
3234

33-
3435
</head>
3536

3637
<body class="{% if page.url == "/" %} homefirstpage {% endif %}">

0 commit comments

Comments
 (0)