Updated GIF to work with links
This commit is contained in:
parent
f42d484bf5
commit
c32394fcf6
2 changed files with 9 additions and 2 deletions
|
@ -1,4 +1,11 @@
|
|||
{{ if .Get "href"}}
|
||||
<a href='{{.Get "href"}}'>
|
||||
{{end}}
|
||||
<video autoplay muted loop preload="true">
|
||||
<source src='{{.Site.BaseURL}}{{.Get "src" }}'>
|
||||
<source src='{{.Site.BaseURL}}{{.Get 0 }}'>
|
||||
</video>
|
||||
</video>
|
||||
{{ if .Get "href"}}
|
||||
</a>
|
||||
{{end}}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
![](https://gabe.rocks/themes/valor//media/freedom.png)
|
||||
|
||||
Check out the demo & documentation [here](https://gabe.rocks/themes/freedom/)
|
||||
### Check out the demo & documentation [here](https://gabe.rocks/themes/freedom/)
|
||||
|
||||
### Why use these themes?
|
||||
|
||||
|
|
Loading…
Reference in a new issue