diff --git a/.gitignore b/.gitignore index 72a6c9b..1378161 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ dist dist-product npm-debug.log + +/vendor/ diff --git a/404.php b/404.php index f1f6519..a01303c 100644 --- a/404.php +++ b/404.php @@ -14,7 +14,7 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
-
+
diff --git a/archive.php b/archive.php index a2cbad8..8036852 100644 --- a/archive.php +++ b/archive.php @@ -17,7 +17,7 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
-
+
diff --git a/author.php b/author.php index e177e5f..a0074c9 100644 --- a/author.php +++ b/author.php @@ -15,7 +15,7 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
-
+
@@ -41,7 +41,7 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' ); user_url ) ) : ?>
- user_url ); ?> + user_url ); ?>
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..70934e7 --- /dev/null +++ b/composer.json @@ -0,0 +1,10 @@ +{ + "name": "holger1411/understrap", + "description": "Combines AutomatticĀ“s Underscores Starter Theme and Bootstrap 4", + "type": "library", + "license": "GPL-2.0", + "minimum-stability": "stable", + "require": {}, + "keywords": ["wordpress","theme","bootstrap"], + "homepage": "https://github.com/holger1411/understrap" +} diff --git a/footer.php b/footer.php index c9cd812..301599d 100644 --- a/footer.php +++ b/footer.php @@ -15,7 +15,7 @@ $container = get_theme_mod( 'understrap_container_type' );