mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 05:04:21 +01:00
Update Style 4
This commit is contained in:
@@ -25,21 +25,19 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<div class="col-sm-3">
|
<div class="col-sm-3">
|
||||||
<h1>{{ site.name }}</h1>
|
<img id="about" src="{{ site.baseurl }}/img/avatar.jpg" height="75px" width="75px" />
|
||||||
<img id="about" src="{{ site.baseurl }}/img/avatar.jpg" height="75px" width="75px" /><br />
|
<h1 class="author-name">{{ site.name }}</h1>
|
||||||
|
|
||||||
<strong>Navigation</strong><br />
|
|
||||||
<a href="{{ site.baseurl }}/">home</a> <br />
|
|
||||||
{% for i in site.urls %}
|
|
||||||
<a class="about" href="{{ i.url }}">{{ i.text }}</a><br />
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
{% if site.about %}
|
{% if site.about %}
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<strong>About</strong><br />
|
|
||||||
{{ site.about }}
|
{{ site.about }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<hr />
|
||||||
|
<strong>Navigation</strong><br />
|
||||||
|
<a href="{{ site.baseurl }}/">home</a> <br />
|
||||||
|
{% for i in site.urls %}
|
||||||
|
» <a class="about" href="{{ i.url }}">{{ i.text }}</a><br />
|
||||||
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-sm-8 col-offset-1">
|
<div class="col-sm-8 col-offset-1">
|
||||||
|
|||||||
Reference in New Issue
Block a user