implement sidebar related-posts style

implement remark42 commenting system
This commit is contained in:
Lorenzo Dellacà
2020-08-16 12:25:09 +02:00
parent a1f0fcaf99
commit 3b4b716667
8 changed files with 106 additions and 46 deletions

View File

@@ -17,8 +17,8 @@
{{#foreach posts}}
<article class="{{post_class}}">
<a class="post-card_main" href="{{url}}">
<img class="post-card_feature-image" src="{{img_url feature_image size="s"}}" />
<header class="post-card_header">
<img class="post-card_feature-image" src="{{img_url feature_image size="s"}}" />
<p class="post-card_meta"><span class="post-card_tag">{{primary_tag.name}}</span> • <time class="post-date" datetime="{{date format='YYYY-MM-DD'}}">{{date format="DD MMMM YYYY"}}</time></p>
<h3>{{title}}</h3>
</header>
@@ -55,5 +55,5 @@
'scaleMobile: 1.00'+
'})'+
'<\/script>');
}
}
</script>