From ca94379ccec225fb421f695bb0df8079c0b631be Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Wed, 5 Jul 2023 22:32:20 -0500 Subject: Add title breaks --- templates/about.html | 2 +- templates/blog.html | 2 +- templates/projects.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/about.html b/templates/about.html index 6e1d3d7..86426ff 100644 --- a/templates/about.html +++ b/templates/about.html @@ -3,7 +3,7 @@ {{ end }} {{ define "main" }} -

alexscerba.com/about

+

alexscerba.com/about

About

diff --git a/templates/blog.html b/templates/blog.html index a6f1713..b6fd65c 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -3,7 +3,7 @@ {{ end }} {{ define "main" }} -

alexscerba.com/blog

+

alexscerba.com/blog

Entries

diff --git a/templates/projects.html b/templates/projects.html index 6e90ffe..6cc75af 100644 --- a/templates/projects.html +++ b/templates/projects.html @@ -3,7 +3,7 @@ {{ end }} {{ define "main" }} -

alexscerba.com/projects

+

alexscerba.com/projects

Completed

-- cgit v1.2.3