figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

gif.html (393B)


      1 <video autoplay loop muted playsinline>
      2   {% for source in sources -%}
      3     {% set type = source | split(pat=".") | last -%}
      4     <source src="{{ config.base_url | safe }}{{ page.path | safe }}{{ source | safe }}" type="{{ 'video/' ~ type }}">
      5   {% endfor -%}
      6   Your browser doesn't support the video tag, which I use in place of .gifs, and/or the video formats in use here – sorry!
      7 </video>