mirror of
https://github.com/idanoo/m2.nz
synced 2025-07-03 05:42:15 +00:00
Tweak theme
This commit is contained in:
parent
690a3ff983
commit
0994ccc1fe
4 changed files with 4 additions and 5 deletions
|
@ -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 := . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue