From 027a96c9c8ecd9452a21f0173a15860d03a3f339 Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Mon, 28 Aug 2023 09:49:47 -0500 Subject: Reflect new syntax --- html/projects/CCS_Entry_Portfolio.tmpl.html | 7 ++++--- html/projects/CCS_Sophomore_Interior.tmpl.html | 7 ++++--- html/projects/MCTS_Personal_Transit_Concept.tmpl.html | 5 +++-- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'html/projects') 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"}}

Project

-

{{range .Contents}}{{ .Title }}{{end}}

+

{{.Post.Title}}

Arai helmet sketch. 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"}}

Project

-

CCS Sophomore Interior

+

{{.Post.Title}}

Honda S-30 project at CCS

Sophomore interior studio project HONDA S-30.

Uploaded:

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"}}

Project

-

{{range .Contents}}{{ .Title }}{{end}}

+

{{.Post.Title}}

This is a project completed at CCS for Design Theory II: Mobility

-- cgit v1.2.3