From 027a96c9c8ecd9452a21f0173a15860d03a3f339 Mon Sep 17 00:00:00 2001
From: thinkpadmaster <a.scerba02@gmail.com>
Date: Mon, 28 Aug 2023 09:49:47 -0500
Subject: Reflect new syntax

---
 html/projects/CCS_Entry_Portfolio.tmpl.html | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

(limited to 'html/projects/CCS_Entry_Portfolio.tmpl.html')

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." />
-- 
cgit v1.2.3