mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 05:04:21 +01:00
Update Base Url
This commit is contained in:
@@ -6,7 +6,7 @@ layout: default
|
||||
<h1>Our Stack Problems</h1>
|
||||
<ol class="posts">
|
||||
{% for post in site.posts %}
|
||||
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
|
||||
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user