Skip to content

Commit ad04b32

Browse files
authored
Merge pull request #205 from joschi/patch-1
chore: add `feed_meta` tag to default layout
2 parents 0d50250 + 65d9124 commit ad04b32

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
@@ -13,6 +13,7 @@
1313
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.11.1/font/bootstrap-icons.min.css" integrity="sha512-oAvZuuYVzkcTc2dH5z1ZJup5OmSQ000qlfRvuoTTiyTBjwX1faoyearj8KdMq0LgsBTHMrRuMek7s+CxF8yE+w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1414
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.bundle.min.js" integrity="sha512-X/YkDZyjTf4wyc2Vy16YGCPHwAY8rZJY+POgokZjQB2mhIRFJCckEGc6YyX9eNsPfn0PzThEuNs+uaomE5CO6A==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
1515
{% seo %}
16+
{% feed_meta %}
1617
</head>
1718
<body class="d-flex flex-column min-vh-100" data-bs-theme="light">
1819
{% if jekyll.environment == "development" %}
@@ -24,4 +25,4 @@
2425
</div>
2526
{% include footer.html %}
2627
</body>
27-
</html>
28+
</html>

0 commit comments

Comments
 (0)