Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
1adf98eb
Commit
1adf98eb
authored
Mar 17, 2018
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: mdi icons
parent
ba1a4624
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app.js
client/app.js
+1
-1
master.pug
server/views/master.pug
+1
-1
No files found.
client/app.js
View file @
1adf98eb
...
...
@@ -120,7 +120,7 @@ let bootstrap = () => {
// ====================================
import
(
/* webpackChunkName: "icons" */
'./svg/icons.svg'
).
then
(
icons
=>
{
document
.
body
.
insertAdjacentHTML
(
'beforeend'
,
icons
)
document
.
body
.
insertAdjacentHTML
(
'beforeend'
,
icons
.
default
)
})
}
...
...
server/views/master.pug
View file @
1adf98eb
...
...
@@ -22,9 +22,9 @@ html
var siteConfig = !{JSON.stringify(config.site)}
//- CSS
link(type='text/css', rel='stylesheet', href='/css/bundle.css')
link(type='text/css', rel='stylesheet', href='https://fonts.googleapis.com/icon?family=Roboto:400,500,700|Source+Code+Pro:400,700|Material+Icons')
link(type='text/css', rel='stylesheet', href='https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css')
link(type='text/css', rel='stylesheet', href='/css/bundle.css')
//- JS
script(type='text/javascript', src='/js/client.js')
...
...
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