mirror of
https://github.com/jimeh/jimeh.me-v3.0.git
synced 2026-02-19 05:46:40 +00:00
added author to post titles
This commit is contained in:
@@ -9,7 +9,7 @@ title: jimeh / blog
|
||||
<p class="date">{{ post.date | date: "<i>%d</i><b>%b</b>" }}</p>
|
||||
</div>
|
||||
|
||||
<h1 class="post-title"><a href="/blog{{ post.url }}">{{ post.title }}</a></h1>
|
||||
<h1 class="post-title"><a href="/blog{{ post.url }}">{{ post.title }}</a><span class="author">by Jim Myhrberg</span></h1>
|
||||
|
||||
<div class="post-content">
|
||||
{{ post.content }}
|
||||
|
||||
@@ -481,7 +481,7 @@ blockquote {
|
||||
/* @group .post-title */
|
||||
|
||||
.post-title {
|
||||
|
||||
position: relative;
|
||||
}
|
||||
.post-title a {
|
||||
color: #000;
|
||||
@@ -489,6 +489,13 @@ blockquote {
|
||||
.post-title a:hover {
|
||||
border-bottom: 1px dotted #ccc !important;
|
||||
}
|
||||
.post-title .author {
|
||||
color: #bbb;
|
||||
font-size: 13px;
|
||||
position: absolute;
|
||||
bottom: -10px;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user