From f24f2d15275961f1c0144e68fde75a60aeaaa165 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Mon, 23 Jan 2023 22:20:47 -0500 Subject: move to bear theme --- themes/even/layouts/shortcodes/center.html | 3 -- themes/even/layouts/shortcodes/left.html | 3 -- themes/even/layouts/shortcodes/music.html | 62 ------------------------------ themes/even/layouts/shortcodes/right.html | 3 -- 4 files changed, 71 deletions(-) delete mode 100644 themes/even/layouts/shortcodes/center.html delete mode 100644 themes/even/layouts/shortcodes/left.html delete mode 100644 themes/even/layouts/shortcodes/music.html delete mode 100644 themes/even/layouts/shortcodes/right.html (limited to 'themes/even/layouts/shortcodes') diff --git a/themes/even/layouts/shortcodes/center.html b/themes/even/layouts/shortcodes/center.html deleted file mode 100644 index e9022d0..0000000 --- a/themes/even/layouts/shortcodes/center.html +++ /dev/null @@ -1,3 +0,0 @@ -
- {{ .Inner }} -
\ No newline at end of file diff --git a/themes/even/layouts/shortcodes/left.html b/themes/even/layouts/shortcodes/left.html deleted file mode 100644 index c2c5102..0000000 --- a/themes/even/layouts/shortcodes/left.html +++ /dev/null @@ -1,3 +0,0 @@ -
- {{ .Inner }} -
\ No newline at end of file diff --git a/themes/even/layouts/shortcodes/music.html b/themes/even/layouts/shortcodes/music.html deleted file mode 100644 index 22b2268..0000000 --- a/themes/even/layouts/shortcodes/music.html +++ /dev/null @@ -1,62 +0,0 @@ - {{/* - ## Music 163 - - ### Params: - - - `id` - - required param - you can extract from music url - url format "http://music.163.com/#/song?id=3950552" - - - Fiddle `auto` - - optional param - default value 0 - you can overwrite it with 1 - - ### Examples: - - - Simple - - {{% music "3950552" %}} - {{% music "3950552" "1" %}} - - - Named Params - - {{% music id="3950552" %}} - {{% music id="3950552" auto="1" %}} - - */}} - - {{- /* DEFAULTS */ -}} - {{ $auto := "0" }} - - {{- if .IsNamedParams -}} - - - - {{- else -}} - - - - {{- end -}} - \ No newline at end of file diff --git a/themes/even/layouts/shortcodes/right.html b/themes/even/layouts/shortcodes/right.html deleted file mode 100644 index 37a9a33..0000000 --- a/themes/even/layouts/shortcodes/right.html +++ /dev/null @@ -1,3 +0,0 @@ -
- {{ .Inner }} -
\ No newline at end of file -- cgit v1.2.3