# Conflicts:
#	README.md
#	assets/css/main.css
#	layouts/partials/header.html
This commit is contained in:
Junyi Hou 2024-01-14 17:09:16 +08:00
commit b2702eff55
19 changed files with 24 additions and 89 deletions

View file

@ -1,7 +1,13 @@
<div class="header-top noselect">
{{ partial "site-title.html" . }}
{{ partial "social.html" . }}
<div class="header-top">
<div class="header-top-left">
{{ partial "site-title.html" . }}
{{ partial "social.html" . }}
</div>
<div class="header-top-right">
{{ partial "theme-switcher.html" . }}
</div>
</div>
{{ if .Site.Menus.main }}
<nav class="noselect">
{{ $currentPage := . }}
@ -15,4 +21,4 @@
{{ if .Site.Params.mathjax }}{{ partial "mathjax_support.html" . }}{{ end }}
{{ partial "header-extra.html" . }}
{{ partial "header-extra.html" . }}