Skip to content

Commit

Permalink
Merge pull request #12 from leenaars/patch-1
Browse files Browse the repository at this point in the history
front-page: change to English
  • Loading branch information
InternetSocietyChapters committed May 30, 2017
2 parents 9e036c6 + c443766 commit 94784bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<div class="entry">
<?php the_excerpt(); ?>
<a href="<?php echo get_permalink( $oPost->ID ); ?>"><?php _e('Lees meer', 'od'); ?></a>
<a href="<?php echo get_permalink( $oPost->ID ); ?>"><?php _e('Read more', 'od'); ?></a>
</div>
</article>

Expand All @@ -40,7 +40,7 @@
$postCategory = get_category($postId[0])->slug;
?>
<div class="see-all">
<a class="btn btn-primary btn-lg" href="<?php echo '/' . $postCategory ?>"><?php _e('Meer nieuws', 'od') ?></a>
<a class="btn btn-primary btn-lg" href="<?php echo '/' . $postCategory ?>"><?php _e('More news', 'od') ?></a>
</div>
</section>

Expand Down

0 comments on commit 94784bb

Please sign in to comment.