Commit 5c4a9a6f authored by Jakob Moser's avatar Jakob Moser
Browse files

Use <time> instead of custom class

parent d337984b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ get_header();
		</div>
		<footer>
			<div class="post-meta-author"><?php echo get_the_author_meta('display_name', $post->post_author);?></div>
			<div class="post-meta-timestamp"><?php echo get_the_date();?></div>
			<time><?php echo get_the_date();?></time>
		</footer>
	</article>
</main>
+2 −2
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@ article .content img {
    height: auto;
}

article .post-meta-timestamp {
article time {
    font-size: 0.7em;
}

@@ -433,7 +433,7 @@ main.list .post-title {
    top: -1.5em;
}

main.list .post-meta-timestamp {
main.list time {
    position: absolute;
    top: 0.5em;
    right: 1em;