Skip to content

Commit

Permalink
fix blog title
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Jul 10, 2024
1 parent 80caeaa commit fa17681
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/routes/blog/blog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type {Blog_Feed_Data} from '@ryanatkn/fuz_blog/blog.js';

// TODO extract to fuz.config.ts?
export const blog: Blog_Feed_Data = {
title: "Ryan Atkinson's blog",
title: 'webdevladder.net blog',
id: 'https://www.webdevladder.net/',
home_page_url: 'https://www.webdevladder.net/',
description: 'blog of a web developer building free and open source tools and toys',
Expand Down
2 changes: 1 addition & 1 deletion src/routes/blog/feed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import type {Blog_Feed} from '@ryanatkn/fuz_blog/blog.js';

export const feed: Blog_Feed = {
title: "Ryan Atkinson's blog",
title: 'webdevladder.net blog',
id: 'https://www.webdevladder.net/',
home_page_url: 'https://www.webdevladder.net/',
description: 'blog of a web developer building free and open source tools and toys',
Expand Down
2 changes: 1 addition & 1 deletion static/blog/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<feed xmlns="http://www.w3.org/2005/Atom">

<id>https://www.webdevladder.net/</id>
<title>Ryan Atkinson's blog</title>
<title>webdevladder.net blog</title>
<subtitle>blog of a web developer building free and open source tools and toys</subtitle>
<link href="https://www.webdevladder.net/" />
<link href="https://www.webdevladder.net/blog/feed.xml" rel="self" type="application/atom+xml" />
Expand Down

0 comments on commit fa17681

Please sign in to comment.