Skip to content

Commit 9fc5bc3

Browse files
committed
Misc updates
1 parent bf326ca commit 9fc5bc3

7 files changed

Lines changed: 5 additions & 6 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
<div class="page">
88
<h1 class="page-title">Page not found (404)</h1>
9-
<p class="lead">Uh oh. Something doesn't seem right here! <a href="{{ site.baseurl }}">Head back home</a> to browse other pages.</p>
9+
<p class="lead">Uh oh. Something doesn't seem right here! <a href="{{ site.baseurl }}">Head back to the homepage</a>.</p>
1010
</div>

_layouts/default.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h3 class="masthead-title">
2121

2222
<div class="footer">
2323
<p>
24-
You can also find me on...
24+
You can also find me on
2525
<a href="https://x.com/calumshepherd">X</a> |
2626
<a href="https://bsky.app/profile/calumshepherd.bsky.social">Bluesky</a> |
2727
<a href="https://www.linkedin.com/in/calumshepherd/">LinkedIn</a> |
@@ -33,6 +33,5 @@ <h3 class="masthead-title">
3333
</p>
3434
</div>
3535
</div>
36-
3736
</body>
3837
</html>

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div class="post">
66
<h1 class="post-title">{{ page.title }}</h1>
7-
<span class="post-date">{{ page.date | date_to_string }}, by <a href="https://twitter.com/calumshepherd">Calum Shepherd</a></span>
7+
<span class="post-date">{{ page.date | date_to_string }}, by <a href="https://x.com/calumshepherd">Calum Shepherd</a></span>
88
{{ content }}
99
</div>
1010

File renamed without changes.

_posts/2024-08-01-good-product-strategy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Qualities of good product strategy
3+
title: Qualities of Good Product Strategy
44
permalink: good-product-strategy
55
---
66

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1 class="post-title">
1212
</a>
1313
</h1>
1414

15-
<span class="post-date">{{ post.date | date_to_string }}, by <a href="https://twitter.com/calumshepherd">Calum Shepherd</a></span>
15+
<span class="post-date">{{ post.date | date_to_string }}, by <a href="https://x.com/calumshepherd">Calum Shepherd</a></span>
1616
{{ post.content }}
1717
</div>
1818
{% endfor %}

0 commit comments

Comments
 (0)