Skip to content

Commit 23410f7

Browse files
authored
Merge pull request #5 from netverify/ratulm-patch-1
RSS
2 parents 8a0374e + 57b80f2 commit 23410f7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

_includes/menu-header.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99
<li class="nav-item">
1010
<a class="nav-link" href="{{site.baseurl}}/contact.html">Contact</a>
1111
</li>
12+
<li class="nav-item">
13+
<a class="nav-link" href="{{site.baseurl}}/feed.xml" target="_blank">RSS</a>
14+
</li>

_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)