aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2024-01-18 13:24:58 -0500
committerAlex Scerba <alex@scerba.org>2024-10-29 13:20:00 -0400
commit410e6a15f4a9231000a5bb32951fc1136b7a1f71 (patch)
tree17d8db4f0603d09b85eb499db4a1b25adedd3e7f /html
parent770c4dc5470f4f71bbecbb91d798e30d1d7cb79b (diff)
Fix missing tags and indent paragraphs in projcets.
Diffstat (limited to 'html')
-rw-r--r--html/projects/Sketchbook_-_Motorcycles.tmpl.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/html/projects/Sketchbook_-_Motorcycles.tmpl.html b/html/projects/Sketchbook_-_Motorcycles.tmpl.html
index 60b114d..176b9d3 100644
--- a/html/projects/Sketchbook_-_Motorcycles.tmpl.html
+++ b/html/projects/Sketchbook_-_Motorcycles.tmpl.html
@@ -7,7 +7,7 @@
{{define "main"}}
<h1>Project</h1>
<div class="postBackground">
- <article class="sketchbook">
+ <article class="projectContent sketchbook">
<h2>{{.Post.Title}}</h2>
<p>Various motorcycle sketches from my off-time.</p>
<img src="/static/media/Sketchbook/Sketchbook_Cover.jpg" class="mainImage" />
@@ -20,5 +20,6 @@
<img src="/static/media/Sketchbook/Cycle7.jpg" />
<img src="/static/media/Sketchbook/Side_Suzuki.jpg" />
<img src="/static/media/Sketchbook/Front_Suzuki.jpg" />
+ </article>
</div>
{{end}}