Skip to content

Commit

Permalink
Merge pull request #7 from gjuniioor/master
Browse files Browse the repository at this point in the history
Fixing bug because merge
  • Loading branch information
ariestiyansyah committed Jul 29, 2015
2 parents fc5ffb9 + fd55bca commit 9e4fb8d
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ disqus: testnaringu
theme:
creator: Rizky Ariestiyansyah
codename: Naringu
link: https://github.com/ariestiyansyah/naringu
link: https://github.com/ariestiyansyah/naringu
5 changes: 2 additions & 3 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">

<!-- Icons -->
<link rel="shortcut icon" href="{{ site.baseurl }}public/favicon.ico">
<link rel="shortcut icon" href=".{{ site.baseurl }}public/favicon.ico">

<!-- RSS -->

<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ site.baseurl }}atom.xml">
<link rel="alternate" type="application/rss+xml" title="Mozilla RSS" href="feed.category.xml">
</head>
5 changes: 2 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

{% include head.html %}
{% include analytics.html %}
<body class="theme-6dd">

<body class="theme-6dd">

{% include sidebar.html %}

Expand All @@ -24,7 +24,6 @@ <h3 class="masthead-title">
</div>

<label for="sidebar-checkbox" class="sidebar-toggle"></label>

<script>
(function(document) {
var toggle = document.querySelector('.sidebar-toggle');
Expand Down
4 changes: 4 additions & 0 deletions _posts/2015-02-21-Hello-Naringu.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Poole is the Jekyll Butler, serving as an upstanding and effective foundation fo
* Related posts (time-based, because Jekyll) below each post
* Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)

<<<<<<< HEAD

=======
>>>>>>> master
### Download

Naringu is developed on and hosted with GitHub. Head to the <a href="https://github.com/ariestiyansyah/naringu">GitHub repository</a> for downloads, bug reports, and features requests.
Expand Down
1 change: 0 additions & 1 deletion about/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
id: 8
title: About
author: ariestiyansyah
layout: page
Expand Down
4 changes: 2 additions & 2 deletions contact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ <h1>Hire me</h1>
Naringu business contact form is here..
</em>
</p>
<!-- Please change email below to your email to activate the form -->
<form action="http://formspree.io/ariestiyansyah.rizky@gmail.com" role="form" method="POST">
<!-- Please change the email below with your email to activate the form -->
<form action="http://formspree.io/ariestiyansyah.rizky@gmail.com" role="form" method="POST">
<div class="form-group">
<label for="name">Your name?</label>
<input type="text" name="name" class="form-control" required>
Expand Down
4 changes: 4 additions & 0 deletions feed.category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>{{ site.name | xml_escape }} - Naringu</title>
<<<<<<< HEAD
<description>Posts categorized as 'naringu'</description>
=======
<description>Posts categorized as 'Naringu'</description>
>>>>>>> master
<link>{{ site.url }}</link>
<atom:link href="{{ site.url }}feed.category.xml" rel="self" type="application/rss+xml" />
{% for post in site.categories.naringu limit:10 %}
Expand Down

0 comments on commit 9e4fb8d

Please sign in to comment.