summaryrefslogtreecommitdiff
path: root/template-parts/header
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 /template-parts/header
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 'template-parts/header')
-rw-r--r--template-parts/header/header-main-layout.php60
-rw-r--r--template-parts/header/index.php18
2 files changed, 39 insertions, 39 deletions
diff --git a/template-parts/header/header-main-layout.php b/template-parts/header/header-main-layout.php
index e40b7c4..42e03f5 100644
--- a/template-parts/header/header-main-layout.php
+++ b/template-parts/header/header-main-layout.php
@@ -1,30 +1,30 @@
-<?php
-/**
- * Template for Primary Header
- *
- * The header layout 2 for Astra Theme. ( No of sections - 1 [ Section 1 limit - 3 )
- * This is the template that displays all of the <head> section and everything up until <div id="content">
- *
- * @see https://developer.wordpress.org/themes/basics/template-files/#template-partials
- *
- * @package Astra
- * @author Astra
- * @copyright Copyright (c) 2020, Astra
- * @link https://wpastra.com/
- * @since Astra 1.0.0
- */
-
-?>
-
-<div class="main-header-bar-wrap">
- <div <?php echo astra_attr( 'main-header-bar' ); ?>>
- <?php astra_main_header_bar_top(); ?>
- <div class="ast-container">
-
- <div class="ast-flex main-header-container">
- <?php astra_masthead_content(); ?>
- </div><!-- Main Header Container -->
- </div><!-- ast-row -->
- <?php astra_main_header_bar_bottom(); ?>
- </div> <!-- Main Header Bar -->
-</div> <!-- Main Header Bar Wrap -->
+<?php
+/**
+ * Template for Primary Header
+ *
+ * The header layout 2 for Astra Theme. ( No of sections - 1 [ Section 1 limit - 3 )
+ * This is the template that displays all of the <head> section and everything up until <div id="content">
+ *
+ * @see https://developer.wordpress.org/themes/basics/template-files/#template-partials
+ *
+ * @package Astra
+ * @author Astra
+ * @copyright Copyright (c) 2020, Astra
+ * @link https://wpastra.com/
+ * @since Astra 1.0.0
+ */
+
+?>
+
+<div class="main-header-bar-wrap">
+ <div <?php echo astra_attr( 'main-header-bar' ); ?>>
+ <?php astra_main_header_bar_top(); ?>
+ <div class="ast-container">
+
+ <div class="ast-flex main-header-container">
+ <?php astra_masthead_content(); ?>
+ </div><!-- Main Header Container -->
+ </div><!-- ast-row -->
+ <?php astra_main_header_bar_bottom(); ?>
+ </div> <!-- Main Header Bar -->
+</div> <!-- Main Header Bar Wrap -->
diff --git a/template-parts/header/index.php b/template-parts/header/index.php
index 8b96815..820bcb9 100644
--- a/template-parts/header/index.php
+++ b/template-parts/header/index.php
@@ -1,9 +1,9 @@
-<?php
-/**
- * Index file
- *
- * @package Astra
- * @since Astra 1.0.0
- */
-
-/* Silence is golden, and we agree. */
+<?php
+/**
+ * Index file
+ *
+ * @package Astra
+ * @since Astra 1.0.0
+ */
+
+/* Silence is golden, and we agree. */