Skip to content

Commit

Permalink
Added quotation marks to font import url in stylesheet. Changed templ…
Browse files Browse the repository at this point in the history
…ate variables.
  • Loading branch information
tommy351 committed Aug 19, 2013
1 parent 8277883 commit 11a7718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layout/_partial/archive.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (page.archive){
<%- partial('pagination') %>
<% } else { %>
<div class="archive">
<% page.each(function(item){ %>
<% page.posts.each(function(item){ %>
<article class="<%= item.layout %>">
<div class="post-content">
<header>
Expand Down
2 changes: 1 addition & 1 deletion source/css/_base/variable.styl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ font-serif = "Georgia", serif
font-mono = Monaco, Menlo, Consolas, Courier New, monospace
font-title = "Lato", Helvetica Neue, Helvetica, Arial, sans-serif

@import url(//fonts.googleapis.com/css?family=Lato:400,400italic)
@import url("//fonts.googleapis.com/css?family=Lato:400,400italic")

font-icon = FontAwesome
font-icon-path = 'font/fontawesome-webfont'
Expand Down

0 comments on commit 11a7718

Please sign in to comment.