diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-08-28 09:49:47 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-29 13:19:57 -0400 |
commit | 027a96c9c8ecd9452a21f0173a15860d03a3f339 (patch) | |
tree | 141049f49461352f8ff6cd107404e97c69dd70ac /html/projects/MCTS_Personal_Transit_Concept.tmpl.html | |
parent | f348728153f8c9199536a5c18c2f49f77f54aba5 (diff) |
Reflect new syntax
Diffstat (limited to 'html/projects/MCTS_Personal_Transit_Concept.tmpl.html')
-rw-r--r-- | html/projects/MCTS_Personal_Transit_Concept.tmpl.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/html/projects/MCTS_Personal_Transit_Concept.tmpl.html b/html/projects/MCTS_Personal_Transit_Concept.tmpl.html index 6945451..f5082a3 100644 --- a/html/projects/MCTS_Personal_Transit_Concept.tmpl.html +++ b/html/projects/MCTS_Personal_Transit_Concept.tmpl.html @@ -1,11 +1,12 @@ -{{define "title"}}{{range .Contents}}{{ .Title }}{{end}}{{end}} +{{define "title"}}{{.Post.Title}}{{end}} {{define "description"}}Mobility project centered around Milwaukee, WI.{{end}} {{define "keywords"}}project CCS mobility{{end}} +{{ define "canonical" }}/projects{{end}} {{define "main"}} <h1>Project</h1> <article class="postContent"> - <h2>{{range .Contents}}{{ .Title }}{{end}}</h2> + <h2>{{.Post.Title}}</h2> <p>This is a project completed at CCS for Design Theory II: Mobility</p> <img src="/static/media/DT2Mobility/Intro.jpg" /> <img src="/static/media/DT2Mobility/City Stats.jpg" /> |