aboutsummaryrefslogtreecommitdiff
path: root/templates/_head.tmpl
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2022-07-25 00:46:34 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2022-07-25 00:46:34 +0200
commit40407573e35ff9b617faf84ac715de3d791282e4 (patch)
treef2f1483b20751a41aaa978761567be798d61cc5d /templates/_head.tmpl
parentcab4432ec6a3e93286f219a8e6df0c7a57682c5d (diff)
downloadmdir-40407573e35ff9b617faf84ac715de3d791282e4.tar.gz
mdir-40407573e35ff9b617faf84ac715de3d791282e4.tar.bz2
mdir-40407573e35ff9b617faf84ac715de3d791282e4.zip
ref: Build the whole application in one bin
To make easier to distribute midr all the binaries will embedded into the final build.
Diffstat (limited to 'templates/_head.tmpl')
-rw-r--r--templates/_head.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_head.tmpl b/templates/_head.tmpl
index 11a4aa8..695deeb 100644
--- a/templates/_head.tmpl
+++ b/templates/_head.tmpl
@@ -3,7 +3,7 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="/assets/style.css">
+ <link rel="stylesheet" href="/p/assets/style.css">
</head>
<body>
<header>