Merge branch 'main' of https://github.com/Mitrichius/hugo-theme-anubis into anubis
# Conflicts: # README.md # assets/css/main.css # layouts/partials/header.html
This commit is contained in:
commit
b2702eff55
19 changed files with 24 additions and 89 deletions
|
@ -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" . }}
|
Loading…
Add table
Add a link
Reference in a new issue