Skip to content

Commit 4a9a8b7

Browse files
committed
update theme style
1 parent 6faf5cd commit 4a9a8b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

themes/mytheme/layouts/partials/head.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<meta charset="UTF-8">
2-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
31
<title>{{ if .Title }}{{ .Title }} – offsecnotes {{ end }}</title>
42

5-
<meta name="description" content="{{ .Params.Description }}">
3+
<meta charset="UTF-8">
64
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<meta name="description" content="{{ .Params.Description }}">
6+
<meta name="author" content="{{ .Site.Params.AUTHOR }}">
77

88
<meta property="og:title" content="{{ if .Title }}{{ .Title }} – offsecnotes {{ end }}">
99
<meta property="og:description" content="{{ .Params.Description }}">

themes/mytheme/layouts/partials/top-bar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="col-8">
22
<div class="navbar-brand-blur">
3-
<button class="btn" id="toggleSidebar" style="background-color: none;">
3+
<button class="btn" id="toggleSidebar" aria-label="Open or close sidebar menu" style="background-color: none;">
44
<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg"
55
class="icon-xl-heavy max-md:hidden">
66
<path fill-rule="evenodd" clip-rule="evenodd"

0 commit comments

Comments
 (0)