Compare commits

...

2 Commits

Author SHA1 Message Date
Abner Coimbre
04bf3891fb Don't want banner images on news posts 2024-11-03 13:30:38 -08:00
Abner Coimbre
08bd6a303a Choose smaller 'under construction' image 2024-11-03 13:28:55 -08:00
4 changed files with 1 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ title: "Under Construction"
meta_title: ""
description: "New website, new beginnings"
date: 2024-11-02T05:00:00Z
image: "/images/hmc/under-construction.jpg"
image: "/images/hmc/site-under-construction.jpg"
categories: ["Press Release"]
author: "Abner Coimbre"
tags: ["devlog", "meta"]

View File

@@ -3,12 +3,6 @@
<div class="container">
<div class="row justify-center">
<article class="lg:col-10">
{{ $image:= .Params.image }}
{{ if $image }}
<div class="mb-10">
{{ partial "image" (dict "Src" $image "Context" .Page "Alt" .Title "Class" "w-full rounded") }}
</div>
{{ end }}
<h1 class="h2 mb-4">
{{ .Title }}
</h1>

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB