1
0
Fork 0

Various fixes

This commit is contained in:
Tommy Vedvik 2019-02-27 11:15:58 +01:00
parent c2265d0513
commit 8a0e99c39b
3 changed files with 8 additions and 2 deletions

View file

@ -12,7 +12,7 @@
</p>
<p class="author__links">
<a href="//twitter.com/gridsome">Twitter</a>
<a href="//twitter.com/gridsome">Follow on Twitter</a>
<a href="//github.com/gridsome/gridsome">GitHub</a>
</p>

View file

@ -2,7 +2,7 @@
<div class="post-meta">
Posted {{ post.date }}.
<template v-if="post.timeToRead">
<strong>{{ post.timeToRead }} min read</strong>
<strong>{{ post.timeToRead }} min read.</strong>
</template>
</div>
</template>
@ -16,5 +16,6 @@ export default {
<style lang="scss">
.post-meta {
font-size: .8em;
opacity: .7;
}
</style>

View file

@ -74,5 +74,10 @@ export default {
padding: calc(var(--space) / 2);
text-align: center;
font-size: .8em;
a {
color: currentColor;
margin: 0 .35em;
}
}
</style>