site/templates/shortcodes/resize_image.html
missing 23b3cca0a7 Various changes
- color scheme
- built with zola link
- font subsetting
- ubuntu font
- remove 404 zola-page
- resize pfp to 32*32
- remove whitespace from <title>
2022-07-27 17:12:44 -07:00

2 lines
151 B
HTML

{% set image = resize_image(path=path, width=width, height=height, op=op) %}
<img src="{{ image.url }}" {% if class %} class="{{class}}" {% endif %} />