Skip to content

Commit c916ba9

Browse files
author
Scott Kosman
committed
task: change title of 'Thoughts' page to 'Blog' because SEO or something
1 parent 739788a commit c916ba9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/post/blog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Thoughts"
2+
title: "Blog"
33
date: 2024-01-01T00:00:00-04:00
44
draft: false
55
ShowToc: false

layouts/_default/list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ <h1>
3838
</div>
3939
{{- end }}
4040

41-
{{- if eq .Title "Thoughts" }}
42-
<!-- Custom blog listing for Thoughts page -->
41+
{{- if eq .Title "Blog" }}
42+
<!-- Custom blog listing for Blog page -->
4343
<section class="recent-posts">
4444
<!-- <h2>Recent Posts</h2> -->
4545

0 commit comments

Comments
 (0)