We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0374e commit 24ca9a4Copy full SHA for 24ca9a4
_layouts/default.html
@@ -22,6 +22,8 @@
22
<!-- Theme Stylesheet -->
23
<link rel="stylesheet" href="{{site.baseurl}}/assets/css/theme.css">
24
25
+ <link rel="alternate" type="application/atom+xml" title="Netverify blog" href="/feed.xml">
26
+
27
<!-- Jquery on header to make sure everything works, the rest of the scripts in footer for fast loading -->
28
<script
29
src="https://code.jquery.com/jquery-3.3.1.min.js"
@@ -30,7 +32,6 @@
30
32
31
33
{% include tracking-header.html %}
34
-
35
</head>
36
37
<body class="{% if page.url == "/" %} homefirstpage {% endif %}">
0 commit comments