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