aboutsummaryrefslogtreecommitdiff
path: root/html/blog/July_5th_Update.tmpl.html
diff options
context:
space:
mode:
authorthinkpadmaster <a.scerba02@gmail.com>2023-08-28 09:49:47 -0500
committerAlex Scerba <alex@scerba.org>2024-10-29 13:19:57 -0400
commit027a96c9c8ecd9452a21f0173a15860d03a3f339 (patch)
tree141049f49461352f8ff6cd107404e97c69dd70ac /html/blog/July_5th_Update.tmpl.html
parentf348728153f8c9199536a5c18c2f49f77f54aba5 (diff)
Reflect new syntax
Diffstat (limited to 'html/blog/July_5th_Update.tmpl.html')
-rw-r--r--html/blog/July_5th_Update.tmpl.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/html/blog/July_5th_Update.tmpl.html b/html/blog/July_5th_Update.tmpl.html
index a67f2aa..cd40fc4 100644
--- a/html/blog/July_5th_Update.tmpl.html
+++ b/html/blog/July_5th_Update.tmpl.html
@@ -1,11 +1,12 @@
-{{define "title"}}{{range .Contents}}{{ .Title }}{{end}}{{end}}
+{{define "title"}}{{.Post.Title}}{{end}}
{{define "description"}}Update on site status, July 5th.{{end}}
{{define "keywords"}}blog site{{end}}
+{{ define "canonical" }}/blog{{end}}
{{define "main"}}
<h1>Blog</h1>
<article class="postContent">
- <h2>{{range .Contents}}{{ .Title }}{{end}}</h2>
+ <h2>{{.Post.Title}}</h2>
<p>Much progress has been made in the last week, and the site is now pretty usable with its new CSS. There are still some large things to take care of before it can be called "done," and they are the following in no particular order:</p>
<ul>
<li>Tile 'Projects' thumbnails so that they look consistent and take advantage of landscape displays.</li>