diff options
Diffstat (limited to 'themes/okcards/templates/partials/head.liquid')
| -rw-r--r-- | themes/okcards/templates/partials/head.liquid | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/themes/okcards/templates/partials/head.liquid b/themes/okcards/templates/partials/head.liquid deleted file mode 100644 index e9c27dc..0000000 --- a/themes/okcards/templates/partials/head.liquid +++ /dev/null @@ -1,13 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta charset="utf8"> - <title>{{meta.project}} Admin</title> - <link rel="stylesheet" href="{{meta.static}}/css/main.css"> - </head> - <body> - <header class="admin-header"> - <span class="breadcrumb"><b>{{meta.project}}</b> Admin</span> - <a class="site-link" href="/">View Site</a> - </header> - <div class="container">
\ No newline at end of file |
