mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
fix hamburger menu
This commit is contained in:
parent
dfbc94ba48
commit
7a003e52c6
2 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ .Title }}</title>
|
||||
<title>{{ .Title }}@{{ .Site.Title }}</title>
|
||||
{{ $css := resources.Get "scss/main.scss" }}
|
||||
{{ $css = $css | toCSS }}
|
||||
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue