portfolio/themes/warwick_portfolio/layouts/partials/head.html
2023-10-16 00:07:03 +01:00

6 lines
265 B
HTML

<head>
{{$styles := resources.Get "css/main.css"}}
<link rel="stylesheet" type="" href="{{$styles.RelPermalink}}">
{{$background := resources.Get "js/background.js"}}
<script type="text/javascript" src="{{$background.RelPermalink}}" defer></script>
</head>