feat: update to v1.0.1
This commit is contained in:
parent
269415bf42
commit
18e9cc19ea
4 changed files with 255 additions and 243 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- This ensures your site looks right on mobile devices -->
|
||||
<link rel="stylesheet" type="text/css" href="/css/readable.css?v=1.0.0">
|
||||
<link rel="stylesheet" type="text/css" href="/css/readable.css?v=1.0.1">
|
||||
<meta name="description" content='{{ .Page.Description }}'>
|
||||
{{ $title := print .Site.Title " | " .Title }}
|
||||
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,10 @@
|
|||
<h1>{{ $.Site.Title }}</h1>
|
||||
<p>{{ $.Site.Params.subtitle }}</p>
|
||||
<p>{{ $.Site.Params.subtitle }}</p>
|
||||
|
||||
<nav>
|
||||
{{ range .Site.Menus.main -}}
|
||||
<span>
|
||||
<a href="{{ .URL | absLangURL }}">{{ .Name }}</a>
|
||||
</span>
|
||||
{{- end }}
|
||||
</nav>
|
||||
Loading…
Add table
Add a link
Reference in a new issue