video gif embed
allows videos to display as if they are gifs (playing automatically and looping)
<video width="100%" src="{{.Get 0}}" autoplay loop></video>
added and useable in the same way as video embed
allows videos to display as if they are gifs (playing automatically and looping)
<video width="100%" src="{{.Get 0}}" autoplay loop></video>
added and useable in the same way as video embed
not necessarily a theme edit, but the following shortcode was added to add video publishing functionality (as /layouts/shortcodes/video.html):
<video width="100%" src="{{.Get 0}}" controls></video>
this is useable by writing {{\<video "FILENAME">}}
in the post without the backslash
Allows images in the home feed to look the same way they do in their actual pages (having curved corners).
Allows several tags that don’t fit in one line to be seen.
In layouts/partials/properties.html, <div class="flex right">
was replaced to simply div
Displaying posts in home feed fully formatted instead of plaintext.