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:
Danielle McLean 2017-10-10 22:26:32 +11:00
parent c5e1f524b1
commit 41539fe979
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
4 changed files with 10 additions and 0 deletions

5
package-lock.json generated
View File

@ -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",

View File

@ -17,5 +17,8 @@
},
"scripts": {
"version": "sync-version package.yaml && git add ."
},
"dependencies": {
"openwebicons": "^1.4.3"
}
}

1
static/openwebicons Symbolic link
View File

@ -0,0 +1 @@
../node_modules/openwebicons/

View File

@ -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}