diff options
author | Alex Scerba <alex@scerba.org> | 2025-07-02 08:12:22 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2025-07-02 08:12:22 -0500 |
commit | 8440c6b8087f0c3e0a48055bd030cbc5c42e3eb6 (patch) | |
tree | 8c325d3758f327c6e24e1010bd9be78ff09a8d9e /html | |
parent | 8329d28c5e2aeae680094f7d528a3b0e3e234ea7 (diff) |
Add trailing /p
Diffstat (limited to 'html')
-rw-r--r-- | html/blog/2025-05-16+Graduation+rant.tmpl.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/blog/2025-05-16+Graduation+rant.tmpl.html b/html/blog/2025-05-16+Graduation+rant.tmpl.html index a5367ee..bf5220c 100644 --- a/html/blog/2025-05-16+Graduation+rant.tmpl.html +++ b/html/blog/2025-05-16+Graduation+rant.tmpl.html @@ -1,7 +1,7 @@ {{ define "article" }}
<article>
<h2>{{ .Title }}</h2>
- <p>I've graduated! Yesterday, actually. Time to do those things I said I'd do. I promise a running XS650 and a surface model to add to my portfolio by the end of the summer.
+ <p>I've graduated! Yesterday, actually. Time to do those things I said I'd do. I promise a running XS650 and a surface model to add to my portfolio by the end of the summer.</p>
<p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}
|