projects
/
WP-Themes
/
keweenaw2017.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaad7a6
)
Update class on image anchor
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 31 Oct 2017 15:27:14 +0000
(11:27 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 31 Oct 2017 15:27:14 +0000
(11:27 -0400)
For image size
sections/landing-page.php
patch
|
blob
|
history
diff --git
a/sections/landing-page.php
b/sections/landing-page.php
index
1612603
..
9b4ffd8
100644
(file)
--- a/
sections/landing-page.php
+++ b/
sections/landing-page.php
@@
-56,7
+56,7
@@
?>
<div id="<?php the_ID(); ?>" class="text-center small-12 medium-4 columns large-text-left glm-block">
- <a class="glm-block-
titl
e" href="<?php echo get_permalink($id); ?>">
+ <a class="glm-block-
imag
e" href="<?php echo get_permalink($id); ?>">
<img src="<?php echo $image_data[0]; ?>" />
</a>
<a class="glm-block-title" href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><h1><?php the_title(); ?></h1></a>