Load the OpenWeb Icons - they're not being used anywhere yet but will be very soon, since they include Mastodon, XMPP, and indieweb icons
This commit is contained in:
parent
c5e1f524b1
commit
41539fe979
4 changed files with 10 additions and 0 deletions
5
package-lock.json
generated
5
package-lock.json
generated
|
@ -10,6 +10,11 @@
|
|||
"integrity": "sha1-so6eIiDaXsSffqW7JKR3h0Be6xE=",
|
||||
"dev": true
|
||||
},
|
||||
"openwebicons": {
|
||||
"version": "1.4.3",
|
||||
"resolved": "https://registry.npmjs.org/openwebicons/-/openwebicons-1.4.3.tgz",
|
||||
"integrity": "sha1-Bs7ri4K3Vqv+mQXhq+X/U/o0Z+k="
|
||||
},
|
||||
"sync-version": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/sync-version/-/sync-version-1.0.1.tgz",
|
||||
|
|
|
@ -17,5 +17,8 @@
|
|||
},
|
||||
"scripts": {
|
||||
"version": "sync-version package.yaml && git add ."
|
||||
},
|
||||
"dependencies": {
|
||||
"openwebicons": "^1.4.3"
|
||||
}
|
||||
}
|
||||
|
|
1
static/openwebicons
Symbolic link
1
static/openwebicons
Symbolic link
|
@ -0,0 +1 @@
|
|||
../node_modules/openwebicons/
|
|
@ -14,6 +14,7 @@ $doctype 5
|
|||
<link rel="sitemap" href=@{SitemapR}>
|
||||
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href=@{StaticR openwebicons_css_openwebicons_min_css}>
|
||||
<script src="https://use.fontawesome.com/4fbab4ae27.js">
|
||||
|
||||
^{pageHead pc}
|
||||
|
|
Loading…
Reference in a new issue