Move footer from posts only to default layout

This commit is contained in:
Xevion
2022-07-17 17:53:37 -05:00
parent a0aeb8f055
commit cae271ed3d
3 changed files with 14 additions and 11 deletions

View File

@@ -54,7 +54,7 @@ layout: compress
</style>
<!-- Prevent FireFox from displaying FOUC with fake script tag. -->
<script>0</script>
{% if page.layout == "posts" %}
{% if page.layout == "default" or page.layout == "posts" %}
<script src="/assets/js/custom.js"></script>
{% endif %}
</head>