Skip to content

Commit

Permalink
[#1] Fixed little issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
bladeaweb committed Feb 6, 2018
1 parent 4438859 commit 2d32a95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions source/pug/base/layouts/base_components/elements/scripts.pug
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
script(src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js")
script
| window.jQuery || document.write('<script src="js/vendors/jquery.min.js"><\/script>');
script(src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js")
| window.jQuery || document.write('<script src="js/vendors/jquery.min.js"><\/script>');
10 changes: 5 additions & 5 deletions source/pug/base/layouts/basic.pug
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ html(lang="ru")
block title
title Default title
include base_components/head
body
include components/header
block content
include components/footer
include base_components/elements/scripts
body
include components/header
block content
include components/footer
include base_components/elements/scripts

0 comments on commit 2d32a95

Please sign in to comment.