mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 05:04:21 +01:00
added simply docs
This commit is contained in:
@@ -42,7 +42,7 @@ layout: compress
|
||||
{% if page.image %}
|
||||
<meta content="{{ site.url }}/static/img/posts/{{ page.image }}" property="og:image">
|
||||
{% else %}
|
||||
<meta content="{{ site.url }}/static/img/logo-high-resolution.png" property="og:image">
|
||||
<meta content="{{ site.url }}{{ site.avatar_url }}" property="og:image">
|
||||
{% endif %}
|
||||
|
||||
{% if page.categories %}
|
||||
@@ -110,7 +110,7 @@ layout: compress
|
||||
<div class="container">
|
||||
<div class="col-sm-3">
|
||||
<div class="fixed-condition">
|
||||
<a href="/"><img class="profile-avatar" src="/static/img/avatar.jpg" height="75px" width="75px" /></a>
|
||||
<a href="/"><img class="profile-avatar" src="{{ site.avatar_url }}" height="75px" width="75px" /></a>
|
||||
<h1 class="author-name">{{ site.author }}</h1>
|
||||
{% if site.about %}
|
||||
<div class="profile-about">
|
||||
@@ -156,8 +156,7 @@ layout: compress
|
||||
</div>
|
||||
<!-- end /.container -->
|
||||
|
||||
<!-- Bootstrap core JavaScript
|
||||
================================================== -->
|
||||
<!-- Bootstrap core JavaScript -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
||||
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user