Skip to content

Commit e0ac567

Browse files
committed
cleanup
1 parent 3e9319e commit e0ac567

17 files changed

+5
-256
lines changed

_includes/announce.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
<div class='announce'>
23
News Update:
34
<a href="https://github.com/planetruby/awesome-events">awesome-events - A collection of awesome Ruby events (meetups, conferences, camps, etc.) from around the world</a>

_includes/banner.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<div class='banner'>
33
Planets |
44
<a href='http://planetruby.github.io'>Ruby</a> &bull;
5-
<a href='http://planetjekyll.github.io'>Jekyll+Markdown</a> &bull;
5+
<a href='http://planetjekyll.github.io'>Jekyll (incl. Markdown)</a> &bull;
66
<a href='http://planetopendata.github.io'>Open Data</a>
77
</div>

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<a href="https://github.com/planetjekyll/quickrefs/blob/master/wordpress.md">WordPress <=> Jekyll Template (Theming) Cheat Sheet</a> •
3030
-->
3131

32-
<a href="https://github.com/planetjekyll">Repos (Edit Me!)</a>
32+
<a href="https://github.com/planetjekyll">Repos (Edit Me!)</a>
3333

3434
<a href="https://talk.jekyllrb.com">Questions? Comments?</a>
3535
</div>

attic/_includes/screenshot.html

-3
This file was deleted.

attic/_includes/welcome-links.html

-11
This file was deleted.

attic/_includes/welcome-themes.html

-15
This file was deleted.

attic/_layouts/link.html

-18
This file was deleted.

attic/_layouts/theme.html

-18
This file was deleted.

attic/index.html

-11
This file was deleted.

attic/links/feed.xml

-26
This file was deleted.

attic/links/index.html

-25
This file was deleted.

attic/links/index2.html

-26
This file was deleted.

attic/themes/feed.xml

-28
This file was deleted.

attic/themes/index.html

-35
This file was deleted.

attic/themes/index2.html

-36
This file was deleted.

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h2><a href="http://drjekyllthemes.github.io">Jekyll Theme Directory @ Dr. Jekyl
3434

3535

3636
<div>
37-
<h2><a href="http://planetjekyll.github.io/themes">Jekyll Snippets (Tips &amp; Tricks) »</a></h2>
37+
<h2><a href="http://planetjekyll.github.io/snippets">Jekyll Snippets (Tips &amp; Tricks) »</a></h2>
3838
<ul>
3939
{% for snippet in site.snippets limit:3 %}
4040
<li>{{ snippet.title }}</li>

snippets/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1>{{ page.title }}</h1>
1717
<ul>
1818
{% for snippet in site.snippets %}
1919
<li>
20-
<a href="{{ site.url }}{{ snippet.url }}">
20+
<a href="{{ site.path }}{{ snippet.url }}">
2121
{{ snippet.title }}
2222
</a>
2323
</li>

0 commit comments

Comments
 (0)