From 38f93dc71fa888d634791adeb09240faf0f4dbfa Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Mon, 7 Apr 2014 14:51:47 +0200 Subject: [PATCH] no need for full patched files, since we sed in original file --- patches/core/default.hbs | 57 ------------------------------------- patches/core/user-error.hbs | 56 ------------------------------------ patches/theme/default.hbs | 46 ------------------------------ 3 files changed, 159 deletions(-) delete mode 100644 patches/core/default.hbs delete mode 100644 patches/core/user-error.hbs delete mode 100644 patches/theme/default.hbs diff --git a/patches/core/default.hbs b/patches/core/default.hbs deleted file mode 100644 index 8f12ef3..0000000 --- a/patches/core/default.hbs +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - Ghost Admin - - - - - - - - - - - - - - - - - - - - - - - {{{block "pageStyles"}}} - - - {{#unless hideNavbar}} - {{> navbar}} - {{/unless}} - -
- {{updateNotification}} - - - - {{{body}}} -
- - - - - {{{ghostScriptTags}}} - - {{{block "bodyScripts"}}} - - diff --git a/patches/core/user-error.hbs b/patches/core/user-error.hbs deleted file mode 100644 index 1113c07..0000000 --- a/patches/core/user-error.hbs +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - {{code}} — {{message}} - - - - - - - - - - - - - {{{block "pageStyles"}}} - - -
-
-
-
- -
-
-

{{code}}

-

{{message}}

-
-
-
- {{#if stack}} -
-

Stack Trace

-

{{message}}

-
    - {{#foreach stack}} -
  • - at - {{#if function}}{{function}}{{/if}} - ({{at}}) -
  • - {{/foreach}} -
-
- {{/if}} -
- - diff --git a/patches/theme/default.hbs b/patches/theme/default.hbs deleted file mode 100644 index 72a653c..0000000 --- a/patches/theme/default.hbs +++ /dev/null @@ -1,46 +0,0 @@ - - - - {{! Document Settings }} - - - - {{! Page Meta }} - {{meta_title}} - - - - - - - - - {{! Styles'n'Scripts }} - - - - {{! Ghost outputs important style and meta data with this tag }} - {{ghost_head}} - - - - {{! Everything else gets inserted here }} - {{{body}}} - - - - {{! Ghost outputs important scripts and data with this tag }} - {{ghost_foot}} - - {{! The main JavaScript file for Casper }} - - - - -