Skip to content

Commit

Permalink
Merge pull request #266 from rmgrimm/patch-1
Browse files Browse the repository at this point in the history
Don't use include_cache on head/links.html
  • Loading branch information
qwtel committed Mar 28, 2021
2 parents 141e409 + 6758ba4 commit 4398e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% include head/meta.html %}
{% include_cached head/meta-static.html %}

{% include_cached head/links.html lang=page.lang %}
{% include head/links.html lang=page.lang %}
{% include_cached head/links-static.html %}

{% include_cached head/scripts.html %}
Expand Down

0 comments on commit 4398e7a

Please sign in to comment.