Skip to content

Commit

Permalink
Added HTML5 tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rafadc committed May 20, 2012
1 parent 305ffaa commit 386395d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions _layouts/default.html
@@ -1,3 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html> <html>
<head> <head>
<title>Micubiculo.com</title> <title>Micubiculo.com</title>
Expand All @@ -6,6 +8,7 @@
</head> </head>


<body> <body>
<header>
<div class="navbar"> <div class="navbar">
<div class="navbar-inner"> <div class="navbar-inner">
<div class="container"> <div class="container">
Expand All @@ -17,6 +20,7 @@ <h2>
</div> </div>
</div> </div>
</div> </div>
</header>


<div class="container"> <div class="container">
{{ content }} {{ content }}
Expand Down
14 changes: 10 additions & 4 deletions _layouts/post.html
@@ -1,9 +1,15 @@
--- ---
layout: default layout: default
--- ---
<section>
<header>
<h2>{{page.title}}</h2>
</header>
<article>
{{ content }}
</article>
</section>


<h2>{{page.title}}</h2> <section>

{{ content }}

{% include disqus.html %} {% include disqus.html %}
</section>

0 comments on commit 386395d

Please sign in to comment.