From 7ff919c31bab614d3e5a40f57600da7af414d0f0 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sun, 23 Feb 2020 20:24:40 -0800 Subject: [PATCH] Make the shortcodes HTML-specific --- layouts/shortcodes/{gmachine => gmachine.html} | 0 layouts/shortcodes/{gmachine_css => gmachine_css.html} | 0 layouts/shortcodes/{gmachine_inner => gmachine_inner.html} | 0 themes/vanilla/layouts/shortcodes/{codeblock => codeblock.html} | 0 themes/vanilla/layouts/shortcodes/{codelines => codelines.html} | 0 .../shortcodes/{numberedsidenote => numberedsidenote.html} | 0 themes/vanilla/layouts/shortcodes/{rawblock => rawblock.html} | 0 themes/vanilla/layouts/shortcodes/{sidenote => sidenote.html} | 0 themes/vanilla/layouts/shortcodes/{todo => todo.html} | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename layouts/shortcodes/{gmachine => gmachine.html} (100%) rename layouts/shortcodes/{gmachine_css => gmachine_css.html} (100%) rename layouts/shortcodes/{gmachine_inner => gmachine_inner.html} (100%) rename themes/vanilla/layouts/shortcodes/{codeblock => codeblock.html} (100%) rename themes/vanilla/layouts/shortcodes/{codelines => codelines.html} (100%) rename themes/vanilla/layouts/shortcodes/{numberedsidenote => numberedsidenote.html} (100%) rename themes/vanilla/layouts/shortcodes/{rawblock => rawblock.html} (100%) rename themes/vanilla/layouts/shortcodes/{sidenote => sidenote.html} (100%) rename themes/vanilla/layouts/shortcodes/{todo => todo.html} (100%) diff --git a/layouts/shortcodes/gmachine b/layouts/shortcodes/gmachine.html similarity index 100% rename from layouts/shortcodes/gmachine rename to layouts/shortcodes/gmachine.html diff --git a/layouts/shortcodes/gmachine_css b/layouts/shortcodes/gmachine_css.html similarity index 100% rename from layouts/shortcodes/gmachine_css rename to layouts/shortcodes/gmachine_css.html diff --git a/layouts/shortcodes/gmachine_inner b/layouts/shortcodes/gmachine_inner.html similarity index 100% rename from layouts/shortcodes/gmachine_inner rename to layouts/shortcodes/gmachine_inner.html diff --git a/themes/vanilla/layouts/shortcodes/codeblock b/themes/vanilla/layouts/shortcodes/codeblock.html similarity index 100% rename from themes/vanilla/layouts/shortcodes/codeblock rename to themes/vanilla/layouts/shortcodes/codeblock.html diff --git a/themes/vanilla/layouts/shortcodes/codelines b/themes/vanilla/layouts/shortcodes/codelines.html similarity index 100% rename from themes/vanilla/layouts/shortcodes/codelines rename to themes/vanilla/layouts/shortcodes/codelines.html diff --git a/themes/vanilla/layouts/shortcodes/numberedsidenote b/themes/vanilla/layouts/shortcodes/numberedsidenote.html similarity index 100% rename from themes/vanilla/layouts/shortcodes/numberedsidenote rename to themes/vanilla/layouts/shortcodes/numberedsidenote.html diff --git a/themes/vanilla/layouts/shortcodes/rawblock b/themes/vanilla/layouts/shortcodes/rawblock.html similarity index 100% rename from themes/vanilla/layouts/shortcodes/rawblock rename to themes/vanilla/layouts/shortcodes/rawblock.html diff --git a/themes/vanilla/layouts/shortcodes/sidenote b/themes/vanilla/layouts/shortcodes/sidenote.html similarity index 100% rename from themes/vanilla/layouts/shortcodes/sidenote rename to themes/vanilla/layouts/shortcodes/sidenote.html diff --git a/themes/vanilla/layouts/shortcodes/todo b/themes/vanilla/layouts/shortcodes/todo.html similarity index 100% rename from themes/vanilla/layouts/shortcodes/todo rename to themes/vanilla/layouts/shortcodes/todo.html