mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
inlined script and css to base html
This commit is contained in:
parent
7e636125c3
commit
aecbbcf022
4 changed files with 10 additions and 7 deletions
|
|
@ -6,9 +6,9 @@
|
|||
<br><br>
|
||||
<div class="gallery">
|
||||
{% for page in section.pages -%}
|
||||
{% set image = resize_image(path=page.extra.picture_src, width=260*2, height=180*2, op="fit_width") %}
|
||||
{% set image = resize_image(path=page.extra.picture_src, width=260, height=180, op="fit_width") %}
|
||||
<a href="{{ page.permalink }}">
|
||||
<img src="{{ image.url }}" />
|
||||
<img src="{{ image.url }}" alt="{{page.description}}" fetchpriority=high />
|
||||
</a>
|
||||
{%- endfor %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue