mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-22 05:33:12 +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" }}
|
||||
<main aria-role="main">
|
||||
<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>
|
||||
|
||||
{{ partial "subtitle.html" . }}
|
||||
|
|
Loading…
Reference in a new issue