Mobile hover (#72)

* Restore onTouch article card style

* Minify Katex files

* Fix date on li-next

* Add ontouch to htmlvalidator ignore
This commit is contained in:
Joe Hutchinson
2022-02-15 22:32:04 -05:00
committed by GitHub
parent 99cddb52cc
commit 3d5ad66c95
13 changed files with 11 additions and 18705 deletions

View File

@@ -1,4 +1,5 @@
<a href="{{ .Permalink }}" class="card blog-card" rel="bookmark" >
<a ontouchstart="cardPressed.call(this)" ontouchend="cardReleased.call(this)" ontouchmove="cardReleased.call(this)"
href="{{ .Permalink }}" class="card blog-card" rel="bookmark" >
{{ with .Resources.GetMatch "featuredImage" }}
<div class="card-img-container">
<picture>