Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wlh320 committed Jul 26, 2024
1 parent 16359c5 commit 296206a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ theme = "hulga"
# enable katex rendering on every post page, default false
math = false

# enable postcss, mainly for css purge (713kB->155kB->22kB gzipped, but this makes build slower), default false
# enable postcss, mainly for css purge (746kB->56kB->9kB gzipped, but this makes build slower), default false
postcss = true

# enable showing content summary below post title in home page, default false
Expand Down
8 changes: 4 additions & 4 deletions layouts/partials/dark.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
<a class="navbar-link" href="#">
<svg
xmlns="http://www.w3.org/2000/svg"
width="1em" height="1em"
Expand All @@ -10,19 +10,19 @@
</svg>
</a>
<div class="navbar-dropdown" id="navDropdown">
<a class="navbar-item theme-toggle" data-value="light">
<a class="navbar-item theme-toggle" data-value="light" href="#">
<span class="ticon">
<svg viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 12a4 4 0 1 0 8 0a4 4 0 1 0-8 0m-5 0h1m8-9v1m8 8h1m-9 8v1M5.6 5.6l.7.7m12.1-.7l-.7.7m0 11.4l.7.7m-12.1-.7l-.7.7"></path></svg>
</span>
{{- i18n "light-mode" -}}
</a>
<a class="navbar-item theme-toggle" data-value="dark">
<a class="navbar-item theme-toggle" data-value="dark" href="#">
<span class="ticon">
<svg viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 3h.393a7.5 7.5 0 0 0 7.92 12.446A9 9 0 1 1 12 2.992z"></path></svg>
</span>
{{- i18n "dark-mode" -}}
</a>
<a class="navbar-item theme-toggle" data-value="system">
<a class="navbar-item theme-toggle" data-value="system" href="#">
<span class="ticon">
<svg viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm4 15h10m-8-4v4m6-4v4"></path></svg>
</span>
Expand Down

0 comments on commit 296206a

Please sign in to comment.