mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-22 18:03:49 +01:00
Remove unused conditionals
This commit is contained in:
parent
f2de22b05e
commit
73c11c2416
1 changed files with 0 additions and 4 deletions
|
@ -5,10 +5,6 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<main aria-role="main">
|
<main aria-role="main">
|
||||||
<div>
|
<div>
|
||||||
{{ if .Site.Params.Portrait.Path }}
|
|
||||||
<img src="{{ .Site.Params.Portrait.Path }}" class="circle" alt="{{ .Site.Params.Portrait.Alt }}" style="max-width:{{ .Site.Params.Portrait.MaxWidth }}" />
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
<h1 class="accented">{{ .Site.Title }}</h1>
|
<h1 class="accented">{{ .Site.Title }}</h1>
|
||||||
|
|
||||||
{{ partial "subtitle.html" . }}
|
{{ partial "subtitle.html" . }}
|
||||||
|
|
Loading…
Reference in a new issue