Make PostListItem post title an actual title
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
4340cf7569
commit
9290ab9487
@ -9,7 +9,7 @@
|
|||||||
style="height: 120px"
|
style="height: 120px"
|
||||||
/>
|
/>
|
||||||
<div class="title-info-wrapper has-text-grey-dark">
|
<div class="title-info-wrapper has-text-grey-dark">
|
||||||
<p class="post-minimalist-title">{{ post.title }}</p>
|
<h3 class="post-minimalist-title">{{ post.title }}</h3>
|
||||||
<p class="post-publication-date">
|
<p class="post-publication-date">
|
||||||
<b-icon icon="clock" />
|
<b-icon icon="clock" />
|
||||||
<span class="has-text-grey-dark" v-if="isBeforeLastWeek">{{
|
<span class="has-text-grey-dark" v-if="isBeforeLastWeek">{{
|
||||||
|
@ -4,7 +4,7 @@ exports[`PostListItem renders post list item with basic informations 1`] = `
|
|||||||
<a href="/p/my-blog-post-some-uuid" class="post-minimalist-card-wrapper">
|
<a href="/p/my-blog-post-some-uuid" class="post-minimalist-card-wrapper">
|
||||||
<!---->
|
<!---->
|
||||||
<div class="title-info-wrapper has-text-grey-dark">
|
<div class="title-info-wrapper has-text-grey-dark">
|
||||||
<p class="post-minimalist-title">My Blog Post</p>
|
<h3 class="post-minimalist-title">My Blog Post</h3>
|
||||||
<p class="post-publication-date"><span class="icon"><i class="mdi mdi-clock mdi-24px"></i></span> <span class="has-text-grey-dark">Dec 2, 2020</span></p>
|
<p class="post-publication-date"><span class="icon"><i class="mdi mdi-clock mdi-24px"></i></span> <span class="has-text-grey-dark">Dec 2, 2020</span></p>
|
||||||
<!---->
|
<!---->
|
||||||
<!---->
|
<!---->
|
||||||
@ -16,7 +16,7 @@ exports[`PostListItem renders post list item with publisher name 1`] = `
|
|||||||
<a href="/p/my-blog-post-some-uuid" class="post-minimalist-card-wrapper">
|
<a href="/p/my-blog-post-some-uuid" class="post-minimalist-card-wrapper">
|
||||||
<!---->
|
<!---->
|
||||||
<div class="title-info-wrapper has-text-grey-dark">
|
<div class="title-info-wrapper has-text-grey-dark">
|
||||||
<p class="post-minimalist-title">My Blog Post</p>
|
<h3 class="post-minimalist-title">My Blog Post</h3>
|
||||||
<p class="post-publication-date"><span class="icon"><i class="mdi mdi-clock mdi-24px"></i></span> <span class="has-text-grey-dark">Dec 2, 2020</span></p>
|
<p class="post-publication-date"><span class="icon"><i class="mdi mdi-clock mdi-24px"></i></span> <span class="has-text-grey-dark">Dec 2, 2020</span></p>
|
||||||
<!---->
|
<!---->
|
||||||
<p class="post-publisher has-text-grey-dark"><span class="icon"><i class="mdi mdi-account-edit mdi-24px"></i></span> <span>Published by <b class="has-text-weight-medium">An author</b></span></p>
|
<p class="post-publisher has-text-grey-dark"><span class="icon"><i class="mdi mdi-account-edit mdi-24px"></i></span> <span>Published by <b class="has-text-weight-medium">An author</b></span></p>
|
||||||
@ -28,7 +28,7 @@ exports[`PostListItem renders post list item with tags 1`] = `
|
|||||||
<a href="/p/my-blog-post-some-uuid" class="post-minimalist-card-wrapper">
|
<a href="/p/my-blog-post-some-uuid" class="post-minimalist-card-wrapper">
|
||||||
<!---->
|
<!---->
|
||||||
<div class="title-info-wrapper has-text-grey-dark">
|
<div class="title-info-wrapper has-text-grey-dark">
|
||||||
<p class="post-minimalist-title">My Blog Post</p>
|
<h3 class="post-minimalist-title">My Blog Post</h3>
|
||||||
<p class="post-publication-date"><span class="icon"><i class="mdi mdi-clock mdi-24px"></i></span> <span class="has-text-grey-dark">Dec 2, 2020</span></p>
|
<p class="post-publication-date"><span class="icon"><i class="mdi mdi-clock mdi-24px"></i></span> <span class="has-text-grey-dark">Dec 2, 2020</span></p>
|
||||||
<div class="tags" style="display: inline;"><span class="icon"><i class="mdi mdi-tag mdi-24px"></i></span> <span class="tag"><!----><span class="">A tag</span>
|
<div class="tags" style="display: inline;"><span class="icon"><i class="mdi mdi-tag mdi-24px"></i></span> <span class="tag"><!----><span class="">A tag</span>
|
||||||
<!----></span>
|
<!----></span>
|
||||||
|
Loading…
Reference in New Issue
Block a user