From 0893bea7828ee8a8a5af4317839b61fc25f65265 Mon Sep 17 00:00:00 2001
From: lxndrblz <lxndrblz@users.noreply.github.com>
Date: Sat, 06 Apr 2024 04:57:09 +0000
Subject: [PATCH] style: prettier format all files
---
layouts/portfolio/list.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/layouts/portfolio/list.html b/layouts/portfolio/list.html
index 55ec4ea..0490e1a 100644
--- a/layouts/portfolio/list.html
+++ b/layouts/portfolio/list.html
@@ -8,10 +8,11 @@
{{ end }}"
>
{{ $anchorTitle := delimit (split .title " ") "" }}
-
+
+
<h2 class="portfolio__title" id="{{ $anchorTitle | lower }}">{{ title .title }}</h2>
{{ if .description }}
- <h4>{{ .description }}</h4>
+ <h4>{{ .description }}</h4>
{{ end }}
{{ range $i, $p := .portfolioitem }}
<div class="portfolio">
--
Gitblit v1.10.0