feat: Nouveau design
This commit is contained in:
@ -1,10 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ .Site.Language.Lang }}">
|
||||
{{ partial "head.html" . }}
|
||||
<body{{ $currentPage := . }}{{ range .Site.Menus.main }}
|
||||
{{ if or ($currentPage.IsMenuCurrent "main" .) (eq $currentPage.Menus.main.Pre .Pre) }} class="{{ .Pre }}"{{ end }}
|
||||
{{ if $currentPage.IsHome }} class="home"{{ end }}
|
||||
{{ end }}>
|
||||
<body>
|
||||
{{ partial "header.html" . }}
|
||||
{{ block "all" . }}
|
||||
<main role="main" id="content">
|
||||
|
Reference in New Issue
Block a user