diff options
Diffstat (limited to 'html/projects')
-rw-r--r-- | html/projects/CCS_Entry_Portfolio.tmpl.html | 7 | ||||
-rw-r--r-- | html/projects/CCS_Sophomore_Interior.tmpl.html | 7 | ||||
-rw-r--r-- | html/projects/MCTS_Personal_Transit_Concept.tmpl.html | 5 |
3 files changed, 11 insertions, 8 deletions
diff --git a/html/projects/CCS_Entry_Portfolio.tmpl.html b/html/projects/CCS_Entry_Portfolio.tmpl.html index 839818c..2723ce1 100644 --- a/html/projects/CCS_Entry_Portfolio.tmpl.html +++ b/html/projects/CCS_Entry_Portfolio.tmpl.html @@ -1,11 +1,12 @@ -{{define "title"}}{{range .Contents}}{{ .Title }}{{end}}{{end}} +{{define "title"}}{{.Post.Title}}{{end}} {{define "description"}}My entry portfolio for the College for Creative Studies.{{end}} {{define "keywords"}}project CCS{{end}} - +{{ define "canonical" }}/projects{{end}} + {{define "main"}} <h1>Project</h1> <article class="postContent"> - <h2>{{range .Contents}}{{ .Title }}{{end}}</h2> + <h2>{{.Post.Title}}</h2> <div class="imgGrid"> <img src="/static/media/Sketch Portfolio early 2021/Arai_Helmet_720p.jpg" alt="Arai helmet sketch." /> <img src="/static/media/Sketch Portfolio early 2021/Bernie_720p.jpg" alt="Cat, Bernie, sketch." /> diff --git a/html/projects/CCS_Sophomore_Interior.tmpl.html b/html/projects/CCS_Sophomore_Interior.tmpl.html index f2ce68e..6e99cfa 100644 --- a/html/projects/CCS_Sophomore_Interior.tmpl.html +++ b/html/projects/CCS_Sophomore_Interior.tmpl.html @@ -1,11 +1,12 @@ -{{define "title"}}{{range .Contents}}{{ .Title }}{{end}}{{end}} +{{define "title"}}{{.Post.Title}}{{end}} {{define "description"}}My entry portfolio for the College for Creative Studies.{{end}} {{define "keywords"}}project CCS{{end}} - +{{ define "canonical" }}/projects{{end}} + {{define "main"}} <h1>Project</h1> <article class="postContent"> - <h2>CCS Sophomore Interior</h2> + <h2>{{.Post.Title}}</h2> <p>Honda S-30 project at CCS</p> <img src="/static/media/DTR-232-D-Final_Board-Scerba.jpg" class="mainImage" alt="Sophomore interior studio project HONDA S-30." /> <p>Uploaded: <time datetime="2022-06-17">2022-06-17</time></p> 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" /> |