projects
/
WP-Themes
/
originalbutterflyhouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c49e4a8
)
I fixed a div problem
author
Ian Weller
<ian@gaslightmedia.com>
Fri, 18 Nov 2016 20:15:06 +0000
(15:15 -0500)
committer
Ian Weller
<ian@gaslightmedia.com>
Fri, 18 Nov 2016 20:15:06 +0000
(15:15 -0500)
I forgot a div in the blog archive file. I put it in and should be
working now.
sections/blog-archive.php
patch
|
blob
|
history
diff --git
a/sections/blog-archive.php
b/sections/blog-archive.php
index
319bee6
..
594a136
100644
(file)
--- a/
sections/blog-archive.php
+++ b/
sections/blog-archive.php
@@
-35,6
+35,7
@@
</div><!-- /#post-404 -->
<?php } ?>
</div>
+ </div>
<?php get_template_part('parts/blog-sidebar-r'); ?>
</div>
</main>
\ No newline at end of file