Browse Source

new layout update

master
jk 3 years ago
parent
commit
852a6465ce
  1. 1
      themes/nipponalba/layouts/_default/baseof.html
  2. 2
      themes/nipponalba/layouts/partials/head.html

1
themes/nipponalba/layouts/_default/baseof.html

@ -2,7 +2,6 @@
<html lang="{{- site.Language.Lang -}}">
{{- partial "head.html" . -}}
<body>
<input type="checkbox" id="theme-switch" class="theme-switch" autocomplete="on">
<section id="page">
{{ partial "navbar.html" . }}
<main>

2
themes/nipponalba/layouts/partials/head.html

@ -1,5 +1,5 @@
<head>
<title> {{.Title}} </title>
<title> {{ humanize .Title}} </title>
<meta charset="utf-8">
{{- hugo.Generator -}}
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">

Loading…
Cancel
Save