mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-15 04:45:08 +01:00
4 lines
158 B
Plaintext
4 lines
158 B
Plaintext
|
<% htmlWebpackPlugin.files.js.filter(function(js){ return !/\.css$/.test(js) }).forEach(function(js){ %>
|
||
|
<script src="/assets/<%= js %>"></script>
|
||
|
<% }) %>
|