From 5d09bae3e3d0ebd5738e7e13047960cb4674c660 Mon Sep 17 00:00:00 2001 From: Paul Duncan <pabs@pablotron.org> Date: Sun, 17 Oct 2021 10:22:23 -0400 Subject: mv icons ims and disable pgp key --- themes/hugo-pt2021/static/icons/github.svg | 1 - themes/hugo-pt2021/static/icons/key.svg | 1 - themes/hugo-pt2021/static/icons/rss.svg | 1 - themes/hugo-pt2021/static/ims/github.svg | 1 + themes/hugo-pt2021/static/ims/key.svg | 1 + themes/hugo-pt2021/static/ims/rss.svg | 1 + 6 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 themes/hugo-pt2021/static/icons/github.svg delete mode 100644 themes/hugo-pt2021/static/icons/key.svg delete mode 100644 themes/hugo-pt2021/static/icons/rss.svg create mode 100644 themes/hugo-pt2021/static/ims/github.svg create mode 100644 themes/hugo-pt2021/static/ims/key.svg create mode 100644 themes/hugo-pt2021/static/ims/rss.svg (limited to 'themes/hugo-pt2021/static') diff --git a/themes/hugo-pt2021/static/icons/github.svg b/themes/hugo-pt2021/static/icons/github.svg deleted file mode 100644 index d6c203f..0000000 --- a/themes/hugo-pt2021/static/icons/github.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-github"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path></svg> diff --git a/themes/hugo-pt2021/static/icons/key.svg b/themes/hugo-pt2021/static/icons/key.svg deleted file mode 100644 index db2119c..0000000 --- a/themes/hugo-pt2021/static/icons/key.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-key"><path d="M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"></path></svg> diff --git a/themes/hugo-pt2021/static/icons/rss.svg b/themes/hugo-pt2021/static/icons/rss.svg deleted file mode 100644 index 3926ac6..0000000 --- a/themes/hugo-pt2021/static/icons/rss.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rss"><path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx="5" cy="19" r="1"></circle></svg> diff --git a/themes/hugo-pt2021/static/ims/github.svg b/themes/hugo-pt2021/static/ims/github.svg new file mode 100644 index 0000000..d6c203f --- /dev/null +++ b/themes/hugo-pt2021/static/ims/github.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-github"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path></svg> diff --git a/themes/hugo-pt2021/static/ims/key.svg b/themes/hugo-pt2021/static/ims/key.svg new file mode 100644 index 0000000..db2119c --- /dev/null +++ b/themes/hugo-pt2021/static/ims/key.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-key"><path d="M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"></path></svg> diff --git a/themes/hugo-pt2021/static/ims/rss.svg b/themes/hugo-pt2021/static/ims/rss.svg new file mode 100644 index 0000000..3926ac6 --- /dev/null +++ b/themes/hugo-pt2021/static/ims/rss.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rss"><path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx="5" cy="19" r="1"></circle></svg> -- cgit v1.2.3