Skip to content

Commit

Permalink
fix font link
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Sep 19, 2015
1 parent e1b7b32 commit c73a104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v7/lanyon/templates/base.tmpl
Expand Up @@ -23,7 +23,7 @@ ${template_hooks['extra_head']()}
<!-- Toggleable sidebar --> <!-- Toggleable sidebar -->
<div class="sidebar" id="sidebar"> <div class="sidebar" id="sidebar">
<div class="sidebar-item"> <div class="sidebar-item">
<p>A reserved <a href="http://getnikola.com" target="_blank">Nikola</a> theme that places the utmost gravity on content with a hidden drawer. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a> for Jekyll, <p>A reserved <a href="https://getnikola.com" target="_blank">Nikola</a> theme that places the utmost gravity on content with a hidden drawer. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a> for Jekyll,
ported to Nikola by <a href="https://twitter.com/ralsina" target="_blank">@ralsina</a>.</p> ported to Nikola by <a href="https://twitter.com/ralsina" target="_blank">@ralsina</a>.</p>
</div> </div>
${header.html_navigation_links()} ${header.html_navigation_links()}
Expand Down
2 changes: 1 addition & 1 deletion v7/lanyon/templates/base_helper.tmpl
Expand Up @@ -76,7 +76,7 @@ lang="${lang}">
<link href="/assets/css/custom.css" rel="stylesheet" type="text/css"> <link href="/assets/css/custom.css" rel="stylesheet" type="text/css">
%endif %endif
%endif %endif
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400"> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
</%def> </%def>


<%def name="html_feedlinks()"> <%def name="html_feedlinks()">
Expand Down

0 comments on commit c73a104

Please sign in to comment.