mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 05:04:21 +01:00
miss devel mode
This commit is contained in:
@@ -128,14 +128,6 @@
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<!-- start edit -->
|
||||
<div class="json__s" id="json__search">
|
||||
<input type="text" placeholder="(sitemap)~$ type to search" class="search__input form-control" id="json__search__input">
|
||||
<ul class="s__results" id="json__search__results"></ul>
|
||||
</div>
|
||||
<hr />
|
||||
<!-- end edit -->
|
||||
|
||||
<strong>Navigation</strong><br />
|
||||
» <a href="/">Home</a> <br />
|
||||
{% for i in site.urls %}
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
layout: null
|
||||
---
|
||||
[{% for post in site.posts %}
|
||||
{
|
||||
"title": "{{ post.title }}",
|
||||
"date" : "{{ post.date | date_to_string }}",
|
||||
"link" : "{{ post.url | prepend: site.baseurl | prepend: site.url }}"
|
||||
}{% if forloop.last == false %},{% endif %}
|
||||
{% endfor %}]
|
||||
Reference in New Issue
Block a user