Skip to content

Commit f188dde

Browse files
committed
fix: clean missing reference
1 parent e160bc3 commit f188dde

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

_includes/footer.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,5 @@
2020
<p>{{ site.description | escape }}</p>
2121
</div>
2222
</div>
23-
24-
<div class="social-links">
25-
{%- include social.html -%}
26-
</div>
27-
2823
</div>
29-
3024
</footer>

_includes/head.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,5 @@
2727
{%- feed_meta -%}
2828
{%- if jekyll.environment == 'production' and site.google_analytics -%}
2929
{%- include google-analytics.html -%}
30-
{%- endif -%}
31-
32-
{%- include custom-head.html -%}
33-
30+
{%- endif -%}
3431
</head>

0 commit comments

Comments
 (0)