mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-15 06:13:44 -06:00
Move footer from posts only to default layout
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user