summaryrefslogtreecommitdiff
path: root/footer.php
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-07-21 16:19:29 -0500
committerZach van Rijn <me@zv.io>2021-07-21 16:19:29 -0500
commit69c17f9c1942fd0d6a5ea941636e87723b8a6fe2 (patch)
treee1d0212147048204b0eede0aa6ff79849ed479da /footer.php
parent74a7109a2a5ab0d191f26c917ae69e46f0d83b32 (diff)
downloadblog-ng-69c17f9c1942fd0d6a5ea941636e87723b8a6fe2.tar.gz
blog-ng-69c17f9c1942fd0d6a5ea941636e87723b8a6fe2.tar.bz2
blog-ng-69c17f9c1942fd0d6a5ea941636e87723b8a6fe2.tar.xz
blog-ng-69c17f9c1942fd0d6a5ea941636e87723b8a6fe2.zip
dos2unix on all .php files, begin paring down admin page and site branding.
Diffstat (limited to 'footer.php')
-rw-r--r--footer.php72
1 files changed, 36 insertions, 36 deletions
diff --git a/footer.php b/footer.php
index 97e2155..f82ad92 100644
--- a/footer.php
+++ b/footer.php
@@ -1,36 +1,36 @@
-<?php
-/**
- * The template for displaying the footer.
- *
- * Contains the closing of the #content div and all content after.
- *
- * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
- *
- * @package Astra
- * @since 1.0.0
- */
-
-if ( ! defined( 'ABSPATH' ) ) {
- exit; // Exit if accessed directly.
-}
-
-?>
-<?php astra_content_bottom(); ?>
- </div> <!-- ast-container -->
- </div><!-- #content -->
-<?php
- astra_content_after();
-
- astra_footer_before();
-
- astra_footer();
-
- astra_footer_after();
-?>
- </div><!-- #page -->
-<?php
- astra_body_bottom();
- wp_footer();
-?>
- </body>
-</html>
+<?php
+/**
+ * The template for displaying the footer.
+ *
+ * Contains the closing of the #content div and all content after.
+ *
+ * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
+ *
+ * @package Astra
+ * @since 1.0.0
+ */
+
+if ( ! defined( 'ABSPATH' ) ) {
+ exit; // Exit if accessed directly.
+}
+
+?>
+<?php astra_content_bottom(); ?>
+ </div> <!-- ast-container -->
+ </div><!-- #content -->
+<?php
+ astra_content_after();
+
+ astra_footer_before();
+
+ astra_footer();
+
+ astra_footer_after();
+?>
+ </div><!-- #page -->
+<?php
+ astra_body_bottom();
+ wp_footer();
+?>
+ </body>
+</html>