aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/about.html2
-rw-r--r--templates/blog.html2
-rw-r--r--templates/projects.html2
3 files changed, 3 insertions, 3 deletions
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 @@
<meta name="description" content="About me, Alex Scerba">
{{ end }}
{{ define "main" }}
- <h1>alexscerba.com/about</h1>
+ <h1>alexscerba.com<wbr>/about</h1>
<section class="postContent">
<h2>About</h2>
<figure>
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 @@
<meta name="description" content="Site blog featuring personal and project updates as well as anything random I want to share.">
{{ end }}
{{ define "main" }}
- <h1>alexscerba.com/blog</h1>
+ <h1>alexscerba.com<wbr>/blog</h1>
<section class="postContent">
<h2>Entries</h2>
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 @@
<meta name="description" content="Site blog featuring personal and project updates as well as anything random I want to share.">
{{ end }}
{{ define "main" }}
- <h1>alexscerba.com/projects</h1>
+ <h1>alexscerba.com<wbr>/projects</h1>
<section class="postContent">
<h2>Completed</h2>