New blog post

* new blog post on making particles using photographs
* exif strip of all images
* some css fixes
* add video support
This commit is contained in:
2019-05-04 20:33:53 -07:00
committed by Andrew Cassidy
parent 46799a14fd
commit 97bd1c804d
53 changed files with 176 additions and 86 deletions

7
_includes/video.html Normal file
View File

@ -0,0 +1,7 @@
<video height="240" controls>
<source src="{{ include.src }}" type="video/{{ include.type }}">
Your browser does not support the HTML video tag.
<a href="{{ include.src }}"> click here </a>
to download this video.
</video>