This commit is contained in:
Holger Könemann 2016-11-16 19:58:03 +01:00
parent 165d9b77cb
commit 005d10578a
3 changed files with 3 additions and 2 deletions

View File

@ -59,7 +59,7 @@
<li>
<a rel="bookmark" href="<?php the_permalink() ?>" title="Permanent Link: <?php the_title(); ?>">
<?php the_title(); ?></a>,
<?php the_time('d M Y'); ?> in <?php the_category('&');?>
<?php understrap_posted_on(); ?> <?php esc_html_e( 'in', 'understrap' ); ?> <?php the_category('&');?>
</li>
<?php endwhile; ?>

View File

@ -43,5 +43,6 @@
"browser-sync": "^2.17.5",
"owl.carousel": "^2.2.0",
"undescores-for-npm": "^1.0.0"
}
},
"devDependencies": {}
}

0
sass/assets/index.html Normal file
View File