Various fixes
This commit is contained in:
parent
c2265d0513
commit
8a0e99c39b
3 changed files with 8 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
|
@ -74,5 +74,10 @@ export default {
|
|||
padding: calc(var(--space) / 2);
|
||||
text-align: center;
|
||||
font-size: .8em;
|
||||
|
||||
a {
|
||||
color: currentColor;
|
||||
margin: 0 .35em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Reference in a new issue