Compare commits
2 Commits
bde90e8f57
...
28705fac33
Author | SHA1 | Date | |
---|---|---|---|
|
28705fac33 | ||
|
f8744dfb58 |
@ -21,7 +21,10 @@
|
||||
<time>{{ post.date | date_to_string }} </time>
|
||||
</div>
|
||||
<div class="col-2 image">
|
||||
<img src="{{ post.author_image }}" alt="{{ post.author }}" /><span class="name">{{ post.author }}</span>
|
||||
<img src="{{ post.author_image }}" alt="{{ post.author }}" />
|
||||
</div>
|
||||
<div class="col-3 name">
|
||||
<div>{{ post.author }}</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
@ -66,19 +66,15 @@ layout: welcome
|
||||
<p>{{ post.content | strip_html | truncatewords: 50 }}</p>
|
||||
<footer>
|
||||
<div class="row">
|
||||
|
||||
<div class="col-4">
|
||||
<p><a href="{{ post.url }}">Continue Reading</a></p>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<p>Category: <a href="#">{{ post.category }}</a></p>
|
||||
</div>
|
||||
|
||||
<div class="col-5">
|
||||
<div class="col-6">
|
||||
<p>Tags: <a href="#">{{ post.tags }}</a></p>
|
||||
</div>
|
||||
|
||||
<div class="col-1">
|
||||
<div class="col-2">
|
||||
<p><a href="{{ post.url }}" class="fa-solid fa-comment"></a> 43</p>
|
||||
</div>
|
||||
|
||||
|
@ -132,7 +132,7 @@ details[open] > summary {
|
||||
/* Content Area */
|
||||
|
||||
.col-9.wrapper {
|
||||
padding: 0 3em;
|
||||
padding: 0 0em;
|
||||
}
|
||||
|
||||
#content-area {
|
||||
@ -180,8 +180,12 @@ details[open] > summary {
|
||||
|
||||
.image img {
|
||||
border-radius: 100%;
|
||||
height: 75px;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.col-2.image {
|
||||
width: auto;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.row.author {
|
||||
@ -191,7 +195,7 @@ details[open] > summary {
|
||||
}
|
||||
|
||||
.col-2.date {
|
||||
margin-top: 1.75em;
|
||||
margin-top: 1.5em;
|
||||
margin-right: 1.5em;
|
||||
width: auto;
|
||||
}
|
||||
@ -200,15 +204,11 @@ details[open] > summary {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.col-2.image .name {
|
||||
.col-3.name div {
|
||||
color: white;
|
||||
margin-left: .75em;
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
|
||||
.col-2.image.name {
|
||||
margin-top: 1.75em;
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
/* Content Footer */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user