aboutsummaryrefslogtreecommitdiff
path: root/templates/_head.tmpl
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2022-07-13 12:22:15 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2022-07-13 12:22:15 +0200
commit90d9d819b70f68e10482954cfc461737c0165f8a (patch)
treefa5dd5b15c0c5a53d084c7b4be9fc2d7d6782491 /templates/_head.tmpl
parent4e5b2d9dfd9413ce084e64e048a57ad6e23356d3 (diff)
downloadmdir-90d9d819b70f68e10482954cfc461737c0165f8a.tar.gz
mdir-90d9d819b70f68e10482954cfc461737c0165f8a.tar.bz2
mdir-90d9d819b70f68e10482954cfc461737c0165f8a.zip
feat: Add custom css
Diffstat (limited to 'templates/_head.tmpl')
-rw-r--r--templates/_head.tmpl9
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/_head.tmpl b/templates/_head.tmpl
index b99510f..11a4aa8 100644
--- a/templates/_head.tmpl
+++ b/templates/_head.tmpl
@@ -3,12 +3,11 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="/assets/bulma.min.css">
+ <link rel="stylesheet" href="/assets/style.css">
</head>
<body>
- <section class="section">
- <div class="container">
- <h1><a href="/"><strong>Home</strong></a></h1>
- </div>
+ <header>
+ <h1><a href="/">midr</a></h1>
+ </header>
<main class="container">
{{ end }}