mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 05:04:21 +01:00
Add some 'Getting Started' content
This commit is contained in:
@@ -163,7 +163,7 @@ layout: compress
|
||||
<ul class="sidebar-nav">
|
||||
<strong>Similar Resources</strong>
|
||||
{% for i in site.similar_resources %}
|
||||
<li><a class="about" href="{{ i.url }}">{{ i.text }}</a></li>
|
||||
<li><a class="about" href="{{ i.url }}" target="_blank">{{ i.text }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -6,11 +6,6 @@ layout: default
|
||||
</header>
|
||||
|
||||
<span class="time">{{ page.date | date_to_string }}</span>
|
||||
{% if page.categories %}
|
||||
<span class="categories">
|
||||
» {% for category in page.categories %}<a href="/category/{{ category }}">{{ category }}</a>{% if forloop.last == false %}, {% endif %}{% endfor %}
|
||||
</span>
|
||||
{% endif %}
|
||||
|
||||
<div class="content">
|
||||
<div class="post">{{ content }}</div>
|
||||
|
||||
15
_layouts/static-informational.html
Normal file
15
_layouts/static-informational.html
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<div class="index-header" markdown='1'>
|
||||
<h1>{{ page.title }}</h1>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
{{ content }}
|
||||
|
||||
<hr>
|
||||
|
||||
<a href="/">Return to Home</a>
|
||||
Reference in New Issue
Block a user