Skip to content

Commit

Permalink
fix HTML/CSS invalidities
Browse files Browse the repository at this point in the history
  • Loading branch information
opatry committed Apr 10, 2014
1 parent 11d3f4b commit 76d4f69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion layouts/_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title><%= item[:title] %> &bull; <%= @config[:site][:name] %></title>


<link rel="stylesheet" type="text/css"href="//fonts.googleapis.com/css?family=Lato:300,300italic">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Lato:300,300italic">
<link rel="stylesheet" type="text/css" href="/assets/styles.css">
<link rel="stylesheet" type="text/css" href="/assets/pygments/manni.css">
<link rel="shortcut icon" href="/favicon.ico">
Expand Down
2 changes: 1 addition & 1 deletion layouts/_title.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<header class="title" role="title">
<header class="title">
<h1 class="author">
<a href="/" title="back to home"><%= @config[:site][:name] %></a>
</h1>
Expand Down
2 changes: 1 addition & 1 deletion layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%= render '_header' %>
<%= render '_title' %>

<section class="content" role="content">
<section class="content">
<article>
<section>
<%= yield %>
Expand Down
2 changes: 1 addition & 1 deletion static/assets/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@CHARSET "UTF-8";
@charset "UTF-8";

/* flat UI colors
cloud #ecf0f1
Expand Down

0 comments on commit 76d4f69

Please sign in to comment.