This repository has been archived by the owner on Aug 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
愧僧
committed
Aug 26, 2017
1 parent
b6ac06b
commit 3d3c543
Showing
98 changed files
with
12,352 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<div> | ||
<article role="article"> | ||
<header> | ||
<h1 class="entry-title">Blog Archive</h1> | ||
</header> | ||
<div id="blog-archives"> | ||
{% for p in posts %} | ||
{% if p.year.length %} | ||
<h2>{{ p.year }}</h2> | ||
{% /if %} | ||
|
||
<article> | ||
<h1><a href="{{ p.url }}">{{ p.title }}</a></h1> | ||
<time datetime="{{ p.dateGTM }}" pubdate><span class='month'>{{ p.dateMonth }}</span> <span class='day'>{{ p.dateDay }}</span> <span class='year'>{{ p.dateYear }}</span></time> | ||
<footer> | ||
{% if p.cats.@count %}<span class="categories">posted in {% /if %} | ||
{% for cat in p.cats %} | ||
<a class='category' href='{{ cat.url }}'>{{ cat.name }}</a> | ||
{% /for %} | ||
{% if p.cats.@count %}</span>{% /if %} | ||
</footer> | ||
</article> | ||
{% /for %} | ||
|
||
</div> | ||
</article> | ||
|
||
</div> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project, | ||
Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome, | ||
comprehensive icon sets or copy and paste your own. | ||
|
||
Please. Check it out. | ||
|
||
-Dave Gandy |
Oops, something went wrong.