Welcome to mirror list, hosted at ThFree Co, Russian Federation.

home-card.html « partials « layouts - github.com/josephhutch/aether.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 504e4ca4a1cb35b713f9b061bd9399c1ec38b446 (plain)
1
2
3
4
<a 
  href="{{ .Site.BaseURL }}" class="card home-card" style="background-image: url({{if isset .Site.Params "homeimg"}} {{ (resources.Get .Site.Params.homeimg).Permalink | safeCSS }} {{ else }} {{ (resources.Get "img/grey-cloud.jpg").Permalink | safeCSS }} {{ end }})" rel="bookmark" >
  Home
</a>