generated from ThakaSartu/leap-day
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
… please tell normani i called erika/latto a whore @nasa-jpl @nasa im angry they injecting mean pics to let me know abt they sex with playboy i want @deptofdefense to look at playboy as a nasty neighbor @WhiteHouse
- Loading branch information
1 parent
99fce90
commit 5ab57a4
Showing
12 changed files
with
4,561 additions
and
151 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
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 |
---|---|---|
@@ -1,5 +1,9 @@ | ||
title: Rashards GitHub Pages Working Addon Collection | ||
description: Leap Day is a theme for GitHub Pages. | ||
title: RashardMRO | ||
description: MyWorkLog+STUFF | ||
show_downloads: true | ||
google_analytics: | ||
theme: jekyll-theme-leap-day | ||
theme: jekyll-theme-leap-day | ||
remote_theme: pages-themes/leap-day@v0.2.0 | ||
plugins: | ||
- jekyll-remote-theme # add this line to the plugins list if you already have one | ||
google_analytics: [G-873R6JDQBF] |
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,33 @@ | ||
<section> | ||
{% if site.posts[0] %} | ||
|
||
{% capture currentyear %}{{ 'now' | date: "%Y" }}{% endcapture %} | ||
{% capture firstpostyear %}{{ site.posts[0].date | date: '%Y' }}{% endcapture %} | ||
{% if currentyear == firstpostyear %} | ||
<h3>This year's posts</h3> | ||
{% else %} | ||
<h3>{{ firstpostyear }}</h3> | ||
{% endif %} | ||
|
||
{%for post in site.posts %} | ||
{% unless post.next %} | ||
<ul> | ||
{% else %} | ||
{% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} | ||
{% capture nyear %}{{ post.next.date | date: '%Y' }}{% endcapture %} | ||
{% if year != nyear %} | ||
</ul> | ||
<h3>{{ post.date | date: '%Y' }}</h3> | ||
<ul> | ||
{% endif %} | ||
{% endunless %} | ||
<li><time>{{ post.date | date:"%d %b" }} - </time> | ||
<a href="{{ post.url | prepend: site.baseurl | replace: '//', '/' }}"> | ||
{{ post.title }} | ||
</a> | ||
</li> | ||
{% endfor %} | ||
</ul> | ||
|
||
{% endif %} | ||
</section> |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.