refactor: swap to generic {{ include }} tags
kinda makes more sense as theyre kinda context aware now
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="robots" content="noindex">
|
||||
<link rel="icon" href="{{ include-b64 'type='image/png' '/include/favicon.png' }}" />
|
||||
<link rel="icon" href="{{ include 'image/png' '/include/favicon.png' }}" />
|
||||
<title>Picross • pancakz.net</title>
|
||||
|
||||
{{ include-tag 'style' '/include/fonts/poppins.css' }}
|
||||
{{ include-tag 'style' '/include/secret-picross/main.css' }}
|
||||
{{ include-tag 'script' '/include/secret-picross/main.ts' }}
|
||||
{{ include 'style' '/include/fonts/poppins.css' }}
|
||||
{{ include 'style' '/include/secret-picross/main.css' }}
|
||||
{{ include 'script' '/include/secret-picross/main.ts' }}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user