add day 1
This commit is contained in:
parent
bee60c416d
commit
6323e61952
9 changed files with 98 additions and 0 deletions
3
layouts/_shortcodes/gif.html
Normal file
3
layouts/_shortcodes/gif.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{ with .Page.Resources.Get (.Get "src") }}
|
||||
<video loop src="{{ .RelPermalink }}" width="100%" autoplay muted></video>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue