mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Replace photo on About page with me in a warm place
This commit is contained in:
parent
8c9b242562
commit
ef29b23609
3 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
title = "About"
|
title = "About"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
![Photo of me in Nepal](../images/Photo%20of%20Wesley%20Moore.jpg)
|
{{ resize_image(image="../static/images/Photo of Wesley Moore.jpg", width=1600, quality=60, alt="Photo of me against a Boab tree in Broome, WA") }}
|
||||||
|
|
||||||
I'm a software developer from Melbourne, Australia. I like open-source and warm
|
I'm a software developer from Melbourne, Australia. I like open-source and warm
|
||||||
weather (Melbourne is not in the warm part of Australia unfortunately). I enjoy
|
weather (Melbourne is not in the warm part of Australia unfortunately). I enjoy
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 392 KiB After Width: | Height: | Size: 2 MiB |
1
v2/templates/shortcodes/resize_image.html
Normal file
1
v2/templates/shortcodes/resize_image.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<img src="{{ resize_image(path=image, width=width, op="fit_width", quality=quality | default(value=75)) }}" alt="{{ alt }}" />
|
Loading…
Reference in a new issue