mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-02 02:10:27 +00:00
Fix font import and build js
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{{ $styles := resources.Get "css/baseof.css" | toCSS | minify | fingerprint }}
|
||||
{{ $scripts := resources.Get "js/baseof.js" | minify | fingerprint }}
|
||||
{{ $scripts := resources.Get "js/baseof.js" | js.Build | minify | fingerprint }}
|
||||
|
||||
<html>
|
||||
<head>
|
||||
|
||||
Reference in New Issue
Block a user