added simply docs

This commit is contained in:
agusmakmun
2017-02-01 11:28:45 +07:00
parent e8dbe97ab8
commit 51253c5f6c
4 changed files with 51 additions and 5 deletions

View File

@@ -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>