From c27c67816281afd99d91b6bb5c60c9b82cfb658b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 5 Apr 2023 19:23:30 -0300 Subject: v2: Copy icons to v2/ folder (symlinks now break as they are hardlinked) --- v2/src/content/favicon.svg | 63 ++++++++++++++++++++++++++++++++++++++++- v2/src/content/img/envelope.svg | 5 +++- v2/src/content/img/link.svg | 6 +++- v2/src/content/img/lock.svg | 5 +++- 4 files changed, 75 insertions(+), 4 deletions(-) mode change 120000 => 100644 v2/src/content/favicon.svg mode change 120000 => 100644 v2/src/content/img/envelope.svg mode change 120000 => 100644 v2/src/content/img/link.svg mode change 120000 => 100644 v2/src/content/img/lock.svg (limited to 'v2/src/content') diff --git a/v2/src/content/favicon.svg b/v2/src/content/favicon.svg deleted file mode 120000 index 313dcc5..0000000 --- a/v2/src/content/favicon.svg +++ /dev/null @@ -1 +0,0 @@ -../../../static/lord-favicon.svg \ No newline at end of file diff --git a/v2/src/content/favicon.svg b/v2/src/content/favicon.svg new file mode 100644 index 0000000..ce566b2 --- /dev/null +++ b/v2/src/content/favicon.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v2/src/content/img/envelope.svg b/v2/src/content/img/envelope.svg deleted file mode 120000 index bd0c577..0000000 --- a/v2/src/content/img/envelope.svg +++ /dev/null @@ -1 +0,0 @@ -../../../../static/envelope.svg \ No newline at end of file diff --git a/v2/src/content/img/envelope.svg b/v2/src/content/img/envelope.svg new file mode 100644 index 0000000..c2251f4 --- /dev/null +++ b/v2/src/content/img/envelope.svg @@ -0,0 +1,4 @@ + + + + diff --git a/v2/src/content/img/link.svg b/v2/src/content/img/link.svg deleted file mode 120000 index bf69c40..0000000 --- a/v2/src/content/img/link.svg +++ /dev/null @@ -1 +0,0 @@ -../../../../static/link.svg \ No newline at end of file diff --git a/v2/src/content/img/link.svg b/v2/src/content/img/link.svg new file mode 100644 index 0000000..e5c7050 --- /dev/null +++ b/v2/src/content/img/link.svg @@ -0,0 +1,5 @@ + + + + diff --git a/v2/src/content/img/lock.svg b/v2/src/content/img/lock.svg deleted file mode 120000 index f9a4f33..0000000 --- a/v2/src/content/img/lock.svg +++ /dev/null @@ -1 +0,0 @@ -../../../../static/lock.svg \ No newline at end of file diff --git a/v2/src/content/img/lock.svg b/v2/src/content/img/lock.svg new file mode 100644 index 0000000..1a4a18e --- /dev/null +++ b/v2/src/content/img/lock.svg @@ -0,0 +1,4 @@ + + + + -- cgit v1.2.3