Skip to content

Commit

Permalink
Merge pull request #15 from Astrian/v0.1
Browse files Browse the repository at this point in the history
V0.1
  • Loading branch information
Astrian Zheng authored Sep 19, 2019
2 parents 2b94e74 + 26e1bc9 commit b9e758b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion archives.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h1>存档</h1>
{% for p in posts %}
{% if p.year.length %}
<h2>{{ p.year }}</h2>
<h2 class="yeartitle">{{ p.year }}</h2>
{% /if %}

<article>
Expand Down
Binary file modified asset/defaultfeaimg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions asset/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,20 @@ span.smallcaps {
font-size: 16px;
}

.archives .yeartitle {
margin-top: 32px;
}
.archives article {
padding: 4px 0px;
}
.archives article a {
color: #042f39;
}
.archives article a:hover {
color: #042f39;
text-decoration: none;
}

/* Mobile devices-friendly styles */

@media (max-width: 767.98px) {
Expand Down

0 comments on commit b9e758b

Please sign in to comment.