Browse Source

where was i monday morning edition

windhamdavid 3 years ago
parent
commit
2dc7b192e7
4 changed files with 8 additions and 4 deletions
  1. 1 1
      .editorconfig
  2. 4 0
      .gitignore
  3. 2 2
      .htaccess
  4. 1 1
      app/themes/dwp

+ 1 - 1
.editorconfig

@@ -9,7 +9,7 @@ root = true
 [*]
 charset = utf-8
 end_of_line = lf
-insert_final_newline = true
+insert_final_newline = false
 trim_trailing_whitespace = true
 indent_style = tab
 

+ 4 - 0
.gitignore

@@ -22,6 +22,10 @@ tmtags
 .DS_Store?
 ._*
 Thumbs.db
+favicon.ico
+
+wp.macs-key.pem
+wp.macs.pem
 
 wp-config.php
 wp-tests-config.php

+ 2 - 2
.htaccess

@@ -7,11 +7,11 @@ Options +FollowSymLinks
 <IfModule mod_rewrite.c>
 RewriteEngine On
 RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
-RewriteBase /wp/
+RewriteBase /
 RewriteRule ^index\.php$ - [L]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule . /wp/index.php [L]
+RewriteRule . /index.php [L]
 </IfModule>
 
 # END WordPress

+ 1 - 1
app/themes/dwp

@@ -1 +1 @@
-Subproject commit 17f90f0c854b1d67a1ccc0e6abae5a6cb0ad3a81
+Subproject commit 9d5b0b1fc6feecf2b57f402260ba56331107889f