hugo-theme-hello-friend/source/html/inject.stylesheet.ejs

4 lines
118 B
Text
Raw Normal View History

2018-07-20 19:14:22 +02:00
<% htmlWebpackPlugin.files.css.forEach(function(css){ %>
<link rel="stylesheet" href="/assets/<%= css %>">
<% }) %>