diff --git a/functions.php b/functions.php
index eaf2d755..74490157 100644
--- a/functions.php
+++ b/functions.php
@@ -4,6 +4,7 @@
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*
- * @package Twenty Twenty-Five
+ * @package WordPress
+ * @subpackage Twenty_Twenty_Five
* @since Twenty Twenty-Five 1.0
*/
diff --git a/parts/footer.html b/parts/footer.html
index 36a08c58..c2ea07cc 100644
--- a/parts/footer.html
+++ b/parts/footer.html
@@ -1,11 +1 @@
-
-
-
+
diff --git a/patterns/footer-centered.php b/patterns/footer-centered.php
new file mode 100644
index 00000000..b7f7c380
--- /dev/null
+++ b/patterns/footer-centered.php
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
Designed with WordPress
+
+
+
diff --git a/patterns/footer-columns.php b/patterns/footer-columns.php
new file mode 100644
index 00000000..5e92a73d
--- /dev/null
+++ b/patterns/footer-columns.php
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Stories
+
+
+
+
+
+
+
+
+
+
+
+
+
Featured
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Designed with WordPress
+
+
+
+
+
diff --git a/patterns/footer-newsletter.php b/patterns/footer-newsletter.php
new file mode 100644
index 00000000..d0b597dc
--- /dev/null
+++ b/patterns/footer-newsletter.php
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
Subscribe to our newsletter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Designed with WordPress
+
+
+
+
+
diff --git a/patterns/footer-social.php b/patterns/footer-social.php
new file mode 100644
index 00000000..a3d64dd4
--- /dev/null
+++ b/patterns/footer-social.php
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Designed with WordPress
+
+
+
diff --git a/patterns/footer.php b/patterns/footer.php
new file mode 100644
index 00000000..480521f0
--- /dev/null
+++ b/patterns/footer.php
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Designed with WordPress
+
+
+
+
+
diff --git a/theme.json b/theme.json
index 8151f50a..36c9d81f 100644
--- a/theme.json
+++ b/theme.json
@@ -975,6 +975,11 @@
"link": {
"typography": {
"textDecoration": "none"
+ },
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
}
}
}