Skip to content

Commit

Permalink
related to
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorobreza committed Jan 5, 2024
1 parent f7a6ff8 commit f4876a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/projects-tags/[tag].astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const { tag } = Astro.params;
const { projects } = Astro.props;
const pageTitle = `Gregor Obreza | Projects by tag #${tag}`;
const mainTitle = `Work and Projects by Tag`;
const mainTitle = `Work and Projects related to ${tag}`;
const listTitle = `Projects by tag #${tag}`;
---

Expand Down

0 comments on commit f4876a1

Please sign in to comment.