Merge pull request #44 from cbarrick/html5
authorMark Otto <markd.otto@gmail.com>
Fri, 26 Sep 2014 04:40:46 +0000 (21:40 -0700)
committerMark Otto <markd.otto@gmail.com>
Fri, 26 Sep 2014 04:40:46 +0000 (21:40 -0700)
Better HTML 5 semantics

_config.yml
_includes/head.html
_layouts/default.html
atom.xml

index 463c92d9c7693b40a9b095da7fd7d8c162a438bb..5febafb761c3cf8ddaf93e7c6e9f81e93fb1a8b8 100644 (file)
@@ -1,9 +1,10 @@
 # Dependencies
 markdown:         redcarpet
-pygments:         true
+highlighter:      pygments
 
 # Permalinks
 permalink:        pretty
+relative_permalinks: true
 
 # Setup
 title:            Poole
index fd6e2069e0b93b53c88d2eeb511c32537657f697..71acc2543475cdb772b7206b6ee1a70495753594 100644 (file)
@@ -1,6 +1,6 @@
 <head>
+  <meta charset="UTF-8">
   <link href="http://gmpg.org/xfn/11" rel="profile">
-  <meta http-equiv="content-type" content="text/html; charset=utf-8">
 
   <!-- Enable responsiveness on mobile devices-->
   <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
@@ -22,5 +22,5 @@
   <link rel="shortcut icon" href="{{ site.baseurl }}public/favicon.ico">
 
   <!-- RSS -->
-  <link rel="alternate" type="application/rss+xml" title="RSS" href="{{ site.baseurl }}atom.xml">
+  <link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ site.baseurl }}atom.xml">
 </head>
index 7eefbf963798625c4a1e9d716420dde9ec377872..62aa2596157b7e96fec80cd05840613812d4a02b 100644 (file)
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
+<html lang="en">
 
   {% include head.html %}
 
index 2e355d85b0889a87caee4606f5f05a90f3149709..229c82d3e14512466c24fcfe3dc914c6ad7577da 100644 (file)
--- a/atom.xml
+++ b/atom.xml
@@ -1,5 +1,5 @@
 ---
-layout: nil
+layout: null
 ---
 
 <?xml version="1.0" encoding="utf-8"?>