summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Mota <jose@josemota.net>2014-05-01 13:57:17 +0100
committerJosé Mota <jose@josemota.net>2014-05-01 13:57:17 +0100
commit671459682587acf5637755056842676ab9840174 (patch)
tree10885d705d691d9cf0a7fefb0217cb2e04276110
parent9272d507ba844a6da247c8ed1a298b743d03376b (diff)
Finetune layout and RSS information.
-rw-r--r--_layouts/post.html12
-rw-r--r--_layouts/static.html2
-rw-r--r--rss.xml2
3 files changed, 8 insertions, 8 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index b06b2c2..8fa1207 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML>
+<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
@@ -41,11 +41,11 @@
</aside>
<p>
- <a rel="license"
- title="This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License."
+ <a rel="license"
+ title="This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License."
href="http://creativecommons.org/licenses/by-nc-nd/3.0/deed.en_US">
- <img alt="Creative Commons License"
- style="border-width:0"
+ <img alt="Creative Commons License"
+ style="border-width:0"
src="http://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" />
</a>
</p>
@@ -65,6 +65,6 @@
})();
</script>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
-
+
</body>
</html>
diff --git a/_layouts/static.html b/_layouts/static.html
index 03d98a5..a26d700 100644
--- a/_layouts/static.html
+++ b/_layouts/static.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML>
+<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
diff --git a/rss.xml b/rss.xml
index 2018dad..20ad845 100644
--- a/rss.xml
+++ b/rss.xml
@@ -7,7 +7,7 @@ layout: nil
<title>José Mota - Blog</title>
<link>http://blog.josemota.net/</link>
<atom:link href="http://blog.josemota.net/rss.xml" rel="self" type="application/rss+xml" />
- <description>Thoughts on Ruby, Javascript and acceptance.</description>
+ <description>Thoughts on Ruby, Javascript.</description>
<language>en-us</language>
<pubDate>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
<lastBuildDate>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}</lastBuildDate>