Initial commit
This commit is contained in:
10
_includes/page/explore.html
Normal file
10
_includes/page/explore.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="explore">
|
||||
<div class="explore__devider">*****</div>
|
||||
<div class="explore__label">Explore the different categories</div>
|
||||
<ul class="categories">
|
||||
{% for category in site.data.categories %}
|
||||
<li class="categories__item"><a href="{{ '/categories/' | append: category.slug | prepend: site.baseurl }}">{{ category.name }}</a></li>
|
||||
{% endfor %}
|
||||
<li class="categories__item"><a href="{{ '/' | prepend: site.baseurl }}">All</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
22
_includes/page/footer.html
Normal file
22
_includes/page/footer.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<div class="explore">
|
||||
<div class="explore__devider">*****</div>
|
||||
<div class="explore__label">
|
||||
retrospace - Gemeenteplein 11, 2650 Edegem - Belgium - Europe -
|
||||
Planet Earth - Solar System - Milky Way Galaxy - Local Group -
|
||||
Known Universe
|
||||
</div>
|
||||
<div class="explore__label">
|
||||
site built with
|
||||
<a href="https://jekyllrb.com/" target="_blank">jekyll</a> and
|
||||
<a href="http://jekyllthemes.org/themes/daktilo/" target="_blank">
|
||||
Daktilo
|
||||
</a>
|
||||
</div>
|
||||
<div class="explore__label">
|
||||
This website has a <a href="https://www.torproject.org/" target="_blank">Tor</a> mirror
|
||||
at
|
||||
<a href="http://t6xjx62ozerocool.onion" target="_blank">
|
||||
t6xjx62ozerocool.onion
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
4
_includes/page/title.html
Normal file
4
_includes/page/title.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<h1 class="page-title">
|
||||
<div class="page-title__text">{{ page.title }}</div>
|
||||
<div class="page-title__subtitle">{{ page.subtitle }}</div>
|
||||
</h1>
|
||||
Reference in New Issue
Block a user