summaryrefslogtreecommitdiff
path: root/_layouts/static.html
diff options
context:
space:
mode:
authorJosé Mota <jose@josemota.net>2015-11-06 16:32:24 +0000
committerJosé Mota <jose@josemota.net>2015-11-06 16:32:24 +0000
commit0eb4a82a21e489702c53cee882ad2cb0c30a4a0e (patch)
treeb6f13217ffbe6314ded6ef676a0e72c0cae79814 /_layouts/static.html
parentb9a3251f878d8f19dfaa37acd5255b55f56b716b (diff)
Update blog visuals.
Diffstat (limited to '_layouts/static.html')
-rw-r--r--_layouts/static.html14
1 files changed, 3 insertions, 11 deletions
diff --git a/_layouts/static.html b/_layouts/static.html
index f7ab6e0..eaf41fc 100644
--- a/_layouts/static.html
+++ b/_layouts/static.html
@@ -1,20 +1,12 @@
<!DOCTYPE html>
<html>
<head>
- <meta charset="utf-8"/>
<title>José Mota &bull; {{page.title}}</title>
- <meta http-equiv="description" content="José Mota is a web interface designer and Ruby / Javascript developer. He speaks occasionally and he loves his Vim editor."/>
- <link rel="alternate" type="application/rss+xml" href="/rss.xml" />
- <link rel="icon" type="image/png" href="/css/images/favicon.png" />
- <link rel="stylesheet" href="/css/highlight.css" />
- <link rel="stylesheet" href="/css/main.css" />
- <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"/>
- <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
- <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
+ {% include head.html %}
</head>
<body>
- <div id="title">
+ <div id="title" class="text-center">
<div class="container">
<div class="col-md-8 col-md-offset-2">
<h1 id="logo">
@@ -26,7 +18,7 @@
</h1>
<h1>
{{site.title}} <br/>
- <small>{{page.title}}</small>
+ <small id="slogan">{{page.title}}</small>
</h1>
</div>