replacing footer image with gaslight image
authorIan Weller <ian@gaslightmedia.com>
Tue, 2 Aug 2016 15:07:31 +0000 (11:07 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 2 Aug 2016 15:07:31 +0000 (11:07 -0400)
assets/glm-logo-footer.png [new file with mode: 0644]
footer.php

diff --git a/assets/glm-logo-footer.png b/assets/glm-logo-footer.png
new file mode 100644 (file)
index 0000000..f140cc8
Binary files /dev/null and b/assets/glm-logo-footer.png differ
index ba37621..fc54e46 100644 (file)
@@ -43,7 +43,7 @@
                             </div>
                             <div class="row">
                                 <div id="foot-logo" class="small-11 columns text-center">
-                                    <a href="<?php echo esc_url( home_url() ); ?>"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/"></a>
+                                    <a href="<?php echo esc_url( home_url() ); ?>"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/glm-logo-footer.png"></a>
                                 </div>