From a16889c920acc4ee06e5cc1044b0230f40754f9b Mon Sep 17 00:00:00 2001 From: Joseph Hale Date: Sat, 3 May 2025 15:21:42 -0700 Subject: [PATCH] feat: Add personal blog link to footer. --- i18n/en.yaml | 3 +++ i18n/es.yaml | 3 +++ themes/hugo-blog-awesome | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/i18n/en.yaml b/i18n/en.yaml index d245d01..0ee0b76 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -1,2 +1,5 @@ - id: "maintainer_instructions.heading" translation: "Add this badge to your project" + +- id: "footer.disclaimer" + translation: "Learn more about Joseph's work" \ No newline at end of file diff --git a/i18n/es.yaml b/i18n/es.yaml index 5ce7fbf..c20b097 100644 --- a/i18n/es.yaml +++ b/i18n/es.yaml @@ -1,2 +1,5 @@ - id: "maintainer_instructions.heading" translation: "Añada esta insignia a su proyecto" + +- id: "footer.disclaimer" + translation: "Aprenda más sobre los proyectos de Joseph" \ No newline at end of file diff --git a/themes/hugo-blog-awesome b/themes/hugo-blog-awesome index 395a5ca..1bda24d 160000 --- a/themes/hugo-blog-awesome +++ b/themes/hugo-blog-awesome @@ -1 +1 @@ -Subproject commit 395a5ca2a226ca3a6b4cca293e03a8ba35f3427d +Subproject commit 1bda24de2be5c47dc327314f1204ef4dc723f8b8 -- 2.51.2