diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-08-29 17:15:26 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-29 13:19:57 -0400 |
commit | 74fee3bd97de12cc090702a6b8cd6285e7e1e6f5 (patch) | |
tree | 700fd85cc66e3c4bb61c9e82285869c803019ffb /html/blog/First_Post.tmpl.html | |
parent | b56e200279475e1dbe138ed24afb565571b6fe28 (diff) |
Update to use new style elements.
Diffstat (limited to 'html/blog/First_Post.tmpl.html')
-rw-r--r-- | html/blog/First_Post.tmpl.html | 36 |
1 files changed, 19 insertions, 17 deletions
diff --git a/html/blog/First_Post.tmpl.html b/html/blog/First_Post.tmpl.html index 810b2d0..b60f9f6 100644 --- a/html/blog/First_Post.tmpl.html +++ b/html/blog/First_Post.tmpl.html @@ -4,21 +4,23 @@ {{ define "canonical" }}/blog{{end}} {{define "main"}} - <h1>Blog</h1> - <article class="postContent"> - <h2>{{.Post.Title}}</h2> - <p>This is my first post on the new site! I am very excited to have the new system set up and mostly functional. There is still plenty of work to be done, but this is a great start.</p> - <p>I have moved to Golang for all server side scripting and web serving, and it's been a fun language to learn so far. I have had a lot of encouragement from my friend over at <a href="https://www.angel-castaneda.com" target="_blank" rel="noopener noreferrer">www.angel-castaneda.com</a> so go check out his page to see what he is working on.</p> - <p>The new site structure should be as follows:</p> - <ul> - <li>/ - Home page with featured projects and short about section.</li> - <li>/projects - Page with all posted industrial and automotive design projects.</li> - <ul><li>/projects/name - Project with title "name".</li></ul> - <li>/blog - Page with all blog posts (content that does not fit under "/projects".)</li> - <ul><li>/blog/name - Blog entry with title "name".</li></ul> - <li>/about - About me and this website</li> - </ul> - <p>I am very excited to start posting again! This site refresh has been long overdue. Feel free to send any errors, typos, or strange behavior to my listed email; there are bound to be some problems at first.</p> - <p>Uploaded: <time datetime="2022-06-15">2022-06-15</time></p> - </article> + <h1>Blog</h1> + <div class="postBackground"> + <article class="postContent"> + <h2>{{.Post.Title}}</h2> + <p>This is my first post on the new site! I am very excited to have the new system set up and mostly functional. There is still plenty of work to be done, but this is a great start.</p> + <p>I have moved to Golang for all server side scripting and web serving, and it's been a fun language to learn so far. I have had a lot of encouragement from my friend over at <a href="https://www.angel-castaneda.com" target="_blank" rel="noopener noreferrer">www.angel-castaneda.com</a> so go check out his page to see what he is working on.</p> + <p>The new site structure should be as follows:</p> + <ul> + <li>/ - Home page with featured projects and short about section.</li> + <li>/projects - Page with all posted industrial and automotive design projects.</li> + <ul><li>/projects/name - Project with title "name".</li></ul> + <li>/blog - Page with all blog posts (content that does not fit under "/projects".)</li> + <ul><li>/blog/name - Blog entry with title "name".</li></ul> + <li>/about - About me and this website</li> + </ul> + <p>I am very excited to start posting again! This site refresh has been long overdue. Feel free to send any errors, typos, or strange behavior to my listed email; there are bound to be some problems at first.</p> + <p>Uploaded: <time datetime="2022-06-15">2022-06-15</time></p> + </article> + </div> {{end}}
\ No newline at end of file |