Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
fix: replace invalid resource links
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoffice committed Dec 15, 2017
1 parent 1d5c846 commit 1e030c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion layout/_partial/after-footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</script>
<% } %>

<script src="<%- url_for(config.root + 'js/jquery.min.js') %>"></script>
<%- js('js/jquery.min') %>

<% if (theme.fancybox){ %>
<%- css('fancybox/jquery.fancybox') %>
Expand Down
4 changes: 2 additions & 2 deletions layout/_partial/head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<% if (theme.favicon){ %>
<link rel="icon" href="<%- theme.favicon %>">
<% } %>
<link href="<%- url_for(config.root + 'webfonts/ptserif/main.css') %>" rel='stylesheet' type='text/css'>
<link href="<%- url_for(config.root + 'webfonts/source-code-pro/main.css') %>" rel="stylesheet" type="text/css">
<%- css('webfonts/ptserif/main') %>
<%- css('webfonts/ptserif/source-code-pro') %>
<%- css('css/style') %>
<%- partial('google-analytics') %>
</head>

1 comment on commit 1e030c3

@ppoffice
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.