diff options
Diffstat (limited to 'layouts/partials/homepage')
-rw-r--r-- | layouts/partials/homepage/bsd.html | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/layouts/partials/homepage/bsd.html b/layouts/partials/homepage/bsd.html index 892c62f9..358218bc 100644 --- a/layouts/partials/homepage/bsd.html +++ b/layouts/partials/homepage/bsd.html @@ -6,10 +6,21 @@ -<section class="bsd"> +<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 }}" +> - <h2 id="bsd">Berkeley Software Distribution</h2> Some articles on the BSD family of Operating Systems I use {{ partial "menu.html" (dict "menuID" "bsd" "page" .) }} </section> |