Skip to content

Commit

Permalink
refactor: add my name everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Sep 10, 2024
1 parent b4c6dcf commit 9140c10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions blog/articles/articles.templ
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ templ ArticleT(article *Article) {
templ HomeT() {
@common.Html5(common.HtmlOptions{
Title: "Articles",
Description: "Andrei Novoselov's articles page",
OgImage: &common.OgImage{
Url: types.GetCtx(ctx).StaticRoot + "articles/og_image.jpg",
WidthPx: 200,
Expand Down
2 changes: 1 addition & 1 deletion blog/favourite/favourite.templ
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ templ Book(params *BookParams) {
templ PageT() {
@common.Html5(common.HtmlOptions{
Title: "Favourite",
Description: "Book recommendations and articles i found interesting to read",
Description: "Andrei Novoselov's book recommendations and articles linked to remember",
OgImage: &common.OgImage{
Url: types.GetCtx(ctx).StaticRoot + "favourite/og_image.jpg",
WidthPx: 200,
Expand Down
2 changes: 1 addition & 1 deletion blog/freelancer_menu/freelancer_menu.templ
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
templ FreelancerMenuT() {
@common.Html5(common.HtmlOptions{
Title: "Freelancer Menu",
Description: "Page for articles and tools about Freelancer 2003 game",
Description: "Andrei Novoselov's page for articles and tools about Freelancer 2003 game",
OgImage: &common.OgImage{
Url: types.GetCtx(ctx).StaticRoot + "freelancer_menu/logo500_282.png",
WidthPx: 300,
Expand Down
1 change: 1 addition & 0 deletions blog/pet_projects/pet_projects.templ
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ var ProjectBlog *PetProject = NewPetProject(
templ PetProjectsT() {
@common.Html5(common.HtmlOptions{
Title: "Pet projects",
Description: "Andrei Novoselov's pet projects",
OgImage: &common.OgImage{
Url: types.GetCtx(ctx).StaticRoot + "pet_projects/og_image.jpg",
WidthPx: 320,
Expand Down

0 comments on commit 9140c10

Please sign in to comment.