Skip to content

Commit

Permalink
Jmooring fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedrone404 committed Dec 5, 2024
1 parent 67f365c commit 39f1bf6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.hugo_build.lock
node_modules/
public/
resources/
2 changes: 1 addition & 1 deletion themes/mainroad/layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1 class="main__title"> # {{ . }}</h1> <!-- header of the filtered lists {{ . }
</script>


<script type="module" src="/js/lazy-load.js"></script>
<script type="module" src="{{ `js/lazy-load.js` | relLangURL }}"></script>


{{ end }}
2 changes: 1 addition & 1 deletion themes/mainroad/layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ <h1 class="post__title">{{ .Title }}</h1>
</script>


<script type="module" src="/js/lazy-load.js"></script>
<script type="module" src="{{ `js/lazy-load.js` | relLangURL }}"></script>

{{ end }}
2 changes: 1 addition & 1 deletion themes/mainroad/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h4 class="widget__title">{{ T "tags_title" }}</h4>

</script>

<script type="module" src="/js/lazy-load.js"></script>
<script type="module" src="{{ `js/lazy-load.js` | relLangURL }}"></script>

<div class="bottom-buttons-links">
<div style="text-align:left;"><b><a href="/menu/contacts/"><span>&#9742;</span> CONTACTS </a></b></div>
Expand Down

0 comments on commit 39f1bf6

Please sign in to comment.