From 41539fe979b218da941f0973918ffe1dc5a9f5f9 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Tue, 10 Oct 2017 22:26:32 +1100 Subject: [PATCH] Load the OpenWeb Icons - they're not being used anywhere yet but will be very soon, since they include Mastodon, XMPP, and indieweb icons --- package-lock.json | 5 +++++ package.json | 3 +++ static/openwebicons | 1 + templates/default-layout-wrapper.hamlet | 1 + 4 files changed, 10 insertions(+) create mode 120000 static/openwebicons diff --git a/package-lock.json b/package-lock.json index 830e941..eee0007 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 18c7cb7..e159a23 100644 --- a/package.json +++ b/package.json @@ -17,5 +17,8 @@ }, "scripts": { "version": "sync-version package.yaml && git add ." + }, + "dependencies": { + "openwebicons": "^1.4.3" } } diff --git a/static/openwebicons b/static/openwebicons new file mode 120000 index 0000000..3b3a502 --- /dev/null +++ b/static/openwebicons @@ -0,0 +1 @@ +../node_modules/openwebicons/ \ No newline at end of file diff --git a/templates/default-layout-wrapper.hamlet b/templates/default-layout-wrapper.hamlet index 86682ba..a3836c5 100644 --- a/templates/default-layout-wrapper.hamlet +++ b/templates/default-layout-wrapper.hamlet @@ -14,6 +14,7 @@ $doctype 5 +