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

@@ -6,27 +6,25 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/img/favicon.ico" /> <link rel="shortcut icon" href="/img/favicon.ico" />
<title>{% if page.title %} {{ page.title }} {% else %} {{ site.name }} {% endif %}</title> <title>{% if page.title %} {{ page.title }} {% else %} {{ site.name }} {% endif %}</title>
<!-- syntax highlighting CSS --> <!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css"> <link rel="stylesheet" href="/css/syntax.css">
<!-- Bootstrap core CSS --> <!-- Bootstrap core CSS -->
<link href="/css/bootstrap.min.css" rel="stylesheet"> <link href="/css/bootstrap.min.css" rel="stylesheet">
<!-- Fonts --> <!-- Fonts -->
<link href="//fonts.googleapis.com/css?family=Roboto+Condensed:400,300italic,300,400italic,700&amp;subset=latin,latin-ext" rel="stylesheet" type="text/css"> <link href="//fonts.googleapis.com/css?family=Roboto+Condensed:400,300italic,300,400italic,700&amp;subset=latin,latin-ext" rel="stylesheet" type="text/css">
<!-- 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">
<img id="about" src="/img/avatar.jpg" height="75px" width="75px" />
<div class="col-sm-3">
<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>
{% if site.about %} {% if site.about %}
<div id="about"> <div id="about">
@@ -34,31 +32,29 @@
</div> </div>
{% endif %} {% endif %}
<hr /> <hr />
<strong>Navigation</strong><br /> <strong>Navigation</strong><br />
&raquo; <a href="/">home</a> <br /> &raquo; <a href="/">home</a> <br />
{% for i in site.urls %} {% for i in site.urls %}
&raquo; <a class="about" href="{{ i.url }}">{{ i.text }}</a><br /> &raquo; <a class="about" href="{{ i.url }}">{{ i.text }}</a><br />
{% endfor %} {% endfor %}
</div> </div>
<div class="col-sm-8 col-offset-1"> <div class="col-sm-8 col-offset-1">
{{ content }}
{{ content }}
<footer>
&copy; {{ site.name }}
{% if site.github %}
- <a href="{{ site.github }}">{{ site.github }}</a> - Powered by Jekyll.
{% endif %}
</footer>
</div>
</div>
<!-- Bootstrap core JavaScript <footer>
================================================== --> &copy; {{ site.name }}
<!-- Placed at the end of the document so the pages load faster --> {% if site.github %}
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> - <a href="{{ site.github }}">{{ site.github }}</a> - Powered by Jekyll.
<script src="js/bootstrap.min.js"></script> {% endif %}
</footer>
</div><!-- end /.col-sm-8 -->
</div><!-- end /.container -->
<!-- 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="js/bootstrap.min.js"></script>
</body> </body>
</html> </html>

View File

@@ -5,5 +5,5 @@ layout: default
<span class="time">{{ page.date | date_to_string }}</span> <span class="time">{{ page.date | date_to_string }}</span>
<div class="content"> <div class="content">
<div class="post">{{ content }}</div> <div class="post">{{ content }}</div>
</div> </div>