Add circlar selfie to about page
This commit is contained in:
parent
4fed774c8b
commit
38b06904a8
4 changed files with 13 additions and 0 deletions
5
layouts/shortcodes/circular_image.html
Normal file
5
layouts/shortcodes/circular_image.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{{ $img := (.Page.Resources.GetMatch (.Get "name")) }}
|
||||
{{ $classes := .Get "class" }}
|
||||
{{ $width := .Get "width" }}
|
||||
{{ $resized_img := $img.Resize (printf "%dx%d" $width $width) }}
|
||||
<img class="circular {{ $classes }}" src="{{ $img.RelPermalink }}" width="{{ $width }}" height="{{ $width }}">
|
Loading…
Add table
Add a link
Reference in a new issue