Update Tabulasi

This commit is contained in:
agusmakmun
2016-04-19 02:20:22 +07:00
parent 8f8bc64aef
commit 586ac2631d
2 changed files with 31 additions and 35 deletions

View File

@@ -19,12 +19,10 @@
<!-- Custom CSS --> <!-- Custom CSS -->
<link rel="stylesheet" href="/css/main.css"> <link rel="stylesheet" href="/css/main.css">
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<div class="col-sm-3"> <div class="col-sm-3">
<img id="about" src="/img/avatar.jpg" height="75px" width="75px" /> <img id="about" src="/img/avatar.jpg" height="75px" width="75px" />
<h1 class="author-name">{{ site.name }}</h1> <h1 class="author-name">{{ site.name }}</h1>
@@ -42,7 +40,6 @@
</div> </div>
<div class="col-sm-8 col-offset-1"> <div class="col-sm-8 col-offset-1">
{{ content }} {{ content }}
<footer> <footer>
@@ -51,9 +48,8 @@
- <a href="{{ site.github }}">{{ site.github }}</a> - Powered by Jekyll. - <a href="{{ site.github }}">{{ site.github }}</a> - Powered by Jekyll.
{% endif %} {% endif %}
</footer> </footer>
</div> </div><!-- end /.col-sm-8 -->
</div><!-- end /.container -->
</div>
<!-- Bootstrap core JavaScript <!-- Bootstrap core JavaScript
================================================== --> ================================================== -->