diff options
author | mms <michal@sapka.me> | 2024-04-09 11:36:49 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-04-09 11:36:49 +0200 |
commit | c5d55f14f99c4595b18c1fbed77a6be52c162814 (patch) | |
tree | 3111cc4eb4fad01c6ab5ba06380cf1f66ef7df38 /layouts/partials/homepage/bsd.html | |
parent | 5e904bdf102bdaa38f0cc067884233b3f9cbecbc (diff) |
feat: emacs section on hp
Diffstat (limited to 'layouts/partials/homepage/bsd.html')
-rw-r--r-- | layouts/partials/homepage/bsd.html | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/layouts/partials/homepage/bsd.html b/layouts/partials/homepage/bsd.html index 358218b..5882379 100644 --- a/layouts/partials/homepage/bsd.html +++ b/layouts/partials/homepage/bsd.html @@ -4,24 +4,21 @@ {{- $img1x := $img.Resize "150x webp" }} {{- $img2x := $img.Resize "300x webp" }} - - <section class="bsd" style="display: flow-root"> <h2 id="bsd">Berkeley Software Distribution</h2> - <img - style="float: right; max-width: 20%;" - src="{{ $img1x.Permalink }}" - srcset=" - {{ $img1x.Permalink }} 1x, - {{ $img2x.Permalink }} 2x - " - width="{{ $img1x.Width }}" - height="{{ $img1x.Height }}" -> + <img + style="float: right; max-width: 20%;" + src="{{ $img1x.Permalink }}" + srcset=" + {{ $img1x.Permalink }} 1x, + {{ $img2x.Permalink }} 2x + " + width="{{ $img1x.Width }}" + height="{{ $img1x.Height }}" + > - Some articles on the BSD family of Operating Systems I use - {{ partial "menu.html" (dict "menuID" "bsd" "page" .) }} + Some articles on the BSD family of Operating Systems I use: {{ partial "menu.html" (dict "menuID" "bsd" "page" .) }} </section> |