From 58cfa0ff5d9ac7c83acdb75d9df9fdca9c9e8fe8 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 15 Nov 2021 11:01:27 +0100 Subject: Move ASCII fox to partials --- templates/base.html | 4 ++-- templates/layouts/ascii_fox.html | 13 ------------- templates/layouts/ascii_fox_small.html | 9 --------- templates/partials/ascii_fox.html | 13 +++++++++++++ templates/partials/ascii_fox_small.html | 9 +++++++++ 5 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 templates/layouts/ascii_fox.html delete mode 100644 templates/layouts/ascii_fox_small.html create mode 100644 templates/partials/ascii_fox.html create mode 100644 templates/partials/ascii_fox_small.html diff --git a/templates/base.html b/templates/base.html index 9c6b3fa..adc5466 100644 --- a/templates/base.html +++ b/templates/base.html @@ -81,8 +81,8 @@ ${layouts/page()} diff --git a/templates/layouts/ascii_fox.html b/templates/layouts/ascii_fox.html deleted file mode 100644 index f5e5316..0000000 --- a/templates/layouts/ascii_fox.html +++ /dev/null @@ -1,13 +0,0 @@ - - ' ' ' ' ' ' - ' ' ' ' ' ' ' ' ' ' ' ' ' - ' . | | | ' ' ' ' ' | | ' ' | ' - ' | | | ' | ' ' ' ' ' | : | ' ' | . ' - ' ' | | . | ' 9thPK7O3xn ' ' ' | | ' ' | ' - ' | __~| | | ' ' ' ' ' | | | ' ' | | ' - ' ' |__ ,( |' |_ ' ' ' //\_ ' | ' . | ' ' | ' ' - ' | )~._ _( . ) .| ) ' ____,...,______..,_~`` -`.., ' | ' | . ( ' ' | ' - ' |, __´ ) ( | | | ` _,~´"' , . ,~--´ ' _| | . |~~.__ ´ ' '__,. | ' ' - ' | | ..( _ | ' ~( ,-" _.-|~/ |..,____,) ,/,,"' '_( | ' |) ) . ' ( )~-_ | ' ' - ' | )- ´- | ( ' \__,~"´ /:) / |:\ \ ,~( ) . | | ) `, ' _/- .. , _) | ' -´ . ( ` : ´. : / : . : (:/\_-, \:.\_-, . \ .\ . : \ . ) . ' ,( . : / . ` diff --git a/templates/layouts/ascii_fox_small.html b/templates/layouts/ascii_fox_small.html deleted file mode 100644 index ea05aa2..0000000 --- a/templates/layouts/ascii_fox_small.html +++ /dev/null @@ -1,9 +0,0 @@ - - ' ' ' ' - | | ' ' ' | | ' ' - | ' | ' ' ' | ' | ' ' - | | 9thPK7O3xn ' | . | ' ' - | . | ' ' //\__ ' | | ' ' - | | _.~-"""-----~`` ,-´ ' |' | ' ' - | | '| .´ ,~'\ ).,__,)/,," ' | | | ' ' - _| |_ `~´ (/\\, (/\\, _' _| ' |_ _' '_ diff --git a/templates/partials/ascii_fox.html b/templates/partials/ascii_fox.html new file mode 100644 index 0000000..f5e5316 --- /dev/null +++ b/templates/partials/ascii_fox.html @@ -0,0 +1,13 @@ + + ' ' ' ' ' ' + ' ' ' ' ' ' ' ' ' ' ' ' ' + ' . | | | ' ' ' ' ' | | ' ' | ' + ' | | | ' | ' ' ' ' ' | : | ' ' | . ' + ' ' | | . | ' 9thPK7O3xn ' ' ' | | ' ' | ' + ' | __~| | | ' ' ' ' ' | | | ' ' | | ' + ' ' |__ ,( |' |_ ' ' ' //\_ ' | ' . | ' ' | ' ' + ' | )~._ _( . ) .| ) ' ____,...,______..,_~`` -`.., ' | ' | . ( ' ' | ' + ' |, __´ ) ( | | | ` _,~´"' , . ,~--´ ' _| | . |~~.__ ´ ' '__,. | ' ' + ' | | ..( _ | ' ~( ,-" _.-|~/ |..,____,) ,/,,"' '_( | ' |) ) . ' ( )~-_ | ' ' + ' | )- ´- | ( ' \__,~"´ /:) / |:\ \ ,~( ) . | | ) `, ' _/- .. , _) | ' +´ . ( ` : ´. : / : . : (:/\_-, \:.\_-, . \ .\ . : \ . ) . ' ,( . : / . ` diff --git a/templates/partials/ascii_fox_small.html b/templates/partials/ascii_fox_small.html new file mode 100644 index 0000000..ea05aa2 --- /dev/null +++ b/templates/partials/ascii_fox_small.html @@ -0,0 +1,9 @@ + + ' ' ' ' + | | ' ' ' | | ' ' + | ' | ' ' ' | ' | ' ' + | | 9thPK7O3xn ' | . | ' ' + | . | ' ' //\__ ' | | ' ' + | | _.~-"""-----~`` ,-´ ' |' | ' ' + | | '| .´ ,~'\ ).,__,)/,," ' | | | ' ' + _| |_ `~´ (/\\, (/\\, _' _| ' |_ _' '_ -- cgit v1.2.3-54-g00ecf