Skip to content

Commit 36d0cdc

Browse files
committed
Update layout template
1 parent fb333da commit 36d0cdc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

_layouts/default.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
87
{% seo %}
98
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
109
{% include head-custom.html %}
@@ -16,14 +15,6 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title }}</a></h1>
1615
{% endif %}
1716

1817
{{ content }}
19-
20-
{% if site.github.private != true and site.github.license %}
21-
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
22-
This site is open source. {% github_edit_link "Improve this page" %}.
23-
</div>
24-
{% endif %}
2518
</div>
26-
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
27-
<script>anchors.add();</script>
2819
</body>
2920
</html>

0 commit comments

Comments
 (0)