🔖 Upgrade to 1.2
This commit is contained in:
parent
eb04ce0e1a
commit
cb2786f9b2
8 changed files with 100 additions and 105 deletions
|
|
@ -34,12 +34,12 @@
|
|||
<!-- RSS -->
|
||||
<link rel="alternate" type="application/atom+xml" href="/index.xml" title="{{ .Site.Title }}">
|
||||
</head>
|
||||
<body class="{{if eq .Kind `page` }}single{{else}}list{{end}}">
|
||||
<body class="{{if eq .Kind `page` }}single{{else}}list{{ if .IsHome }} home{{ end }}{{end}}">
|
||||
<header class="header">
|
||||
{{ if .IsHome }}
|
||||
<h1 class="title"><a href="{{ `/` }}"><span>🍱</span>{{ .Site.Title }}</a></h1>
|
||||
<h1 class="title"><a href="{{ `/` }}">{{ .Site.Title }}</a></h1>
|
||||
{{ else }}
|
||||
<p class="title"><a href="{{ `/` }}"><span>🍱</span>{{ .Site.Title }}</a></p>
|
||||
<p class="title"><a href="{{ `/` }}">{{ .Site.Title }}</a></p>
|
||||
{{ end }}
|
||||
<button class="menu-toggle" type="button"></button>
|
||||
<nav class="menu">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue