Build-time minification, image optimization, htmx SPA navigation, and local htmx bundle
This commit is contained in:
parent
50a5ca2c71
commit
b95d5c2ee5
13 changed files with 186 additions and 115 deletions
|
|
@ -13,9 +13,10 @@ templ layout(activePage string) {
|
|||
<meta name="description" content=""/>
|
||||
<link href="style.css" rel="stylesheet"/>
|
||||
<link rel="icon" href="images/favicon.avif"/>
|
||||
<script src="htmx.min.js"></script>
|
||||
<script defer src="portfolio.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<body hx-boost="true">
|
||||
<nav>
|
||||
<div>
|
||||
<a href="index.html">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue