Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
npm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
project-templates
web
npm
Commits
878fb63d
Commit
878fb63d
authored
Oct 08, 2017
by
Vadym Gidulian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed paths to assets
parent
def355c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.html
src/index.html
+2
-2
mixins.pug
src/pug/includes/mixins.pug
+2
-2
No files found.
src/index.html
View file @
878fb63d
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<title>
Project
</title>
<title>
Project
</title>
<script
async
src=
"js/script.all.min.js"
></script>
<script
async
src=
"
/
js/script.all.min.js"
></script>
<link
rel=
"stylesheet"
href=
"css/style.all.min.css"
>
<link
rel=
"stylesheet"
href=
"
/
css/style.all.min.css"
>
</head>
</head>
<body>
<body>
<!-- weinre -->
<!-- weinre -->
...
...
src/pug/includes/mixins.pug
View file @
878fb63d
...
@@ -3,7 +3,7 @@ mixin head(title)
...
@@ -3,7 +3,7 @@ mixin head(title)
meta(charset="UTF-8")
meta(charset="UTF-8")
title= title
title= title
script(async src="js/script.all.min.js")
script(async src="
/
js/script.all.min.js")
link(rel="stylesheet" href="css/style.all.min.css")
link(rel="stylesheet" href="
/
css/style.all.min.css")
block
block
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment