Skip to content

Instantly share code, notes, and snippets.

@theodesp
Created January 16, 2019 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theodesp/338c3166db4bf273ca3a594d6c91401d to your computer and use it in GitHub Desktop.
Save theodesp/338c3166db4bf273ca3a594d6c91401d to your computer and use it in GitHub Desktop.
<a ontouchstart="cardPressed.call(this)" ontouchend="cardReleased.call(this)" ontouchmove="cardReleased.call(this)"
href="/" class="card home-card" style="background-image: url({{if isset .Site.Params "homeimg"}} {{ .Site.Params.homeimg | safeCSS }} {{ else }} /img/grey-cloud.jpg {{ end }})" rel="bookmark" >
{{ T "home" }}
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment