forked from autonomic-cooperative/sophie-lewis-hugo
a.no-underline class
This commit is contained in:
@ -3,8 +3,8 @@
|
||||
{{ if eq (.Title | lower) "about" }}
|
||||
<div class="column is-one-third">
|
||||
<div class="headshot">
|
||||
{{ $img := relURL "img/headshot_example.png" }}
|
||||
{{ if isset $.Site.Params.about "headshot" }}
|
||||
{{ $img := relURL "img/headshot_example.png" }}
|
||||
{{ if isset $.Site.Params.about "headshot" }}
|
||||
{{ if fileExists ( printf "static/img/%s" $.Site.Params.about.headshot ) }}
|
||||
{{ $img := relURL ( printf "img/%s" $.Site.Params.about.headshot )}}
|
||||
<img src='{{ $img }}'>
|
||||
|
||||
Reference in New Issue
Block a user