Skip to content

Commit 3597970

Browse files
author
Claudio Cortese
committed
Add post.js only on post layout
1 parent 7886e01 commit 3597970

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_layouts/post.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,7 @@ <h1 class="section-heading" data-text="{{ page.title }}" data-delay="{{ page.typ
7979
{% include modals.html %}
8080
{% include js.html %}
8181

82+
<script src="{{ "/js/post.js" | prepend: site.baseurl }}"></script>
83+
8284
</body>
8385
</html>

0 commit comments

Comments
 (0)