mirror of
https://github.com/idanoo/m2.nz.git
synced 2024-11-22 16:25:13 +00:00
Tweak theme
This commit is contained in:
parent
690a3ff983
commit
0994ccc1fe
@ -1,7 +1,6 @@
|
||||
baseURL = 'https://m2.nz/'
|
||||
languageCode = 'en-us'
|
||||
title = 'm2.nz'
|
||||
|
||||
title = 'Daniel Mason'
|
||||
theme = "m10c"
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
|
@ -19,7 +19,7 @@
|
||||
<body>
|
||||
<header class="app-header">
|
||||
<a href="{{ .Site.BaseURL }}"><img class="app-header-avatar" src="{{ .Site.Params.avatar | default "avatar.jpg" | relURL }}" alt="{{ .Site.Params.author | default "John Doe" }}" /></a>
|
||||
<h1>{{ .Site.Title }}</h1>
|
||||
<h1 style="font-size:1.8rem;">{{ .Site.Title }}</h1>
|
||||
{{- with .Site.Menus.main }}
|
||||
<nav class="app-header-menu">
|
||||
{{- range $key, $item := . }}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{{ define "main" }}
|
||||
<article>
|
||||
<h1>{{ .Title }}</h1>
|
||||
<h1>m2.nz</h1>
|
||||
<ul class="posts-list">
|
||||
{{ range where .Paginator.Pages "Type" "!=" "page" }}
|
||||
<li class="posts-list-item">
|
||||
|
Loading…
Reference in New Issue
Block a user