summaryrefslogtreecommitdiff
path: root/themes/test/templates/partials/head.liquid
diff options
context:
space:
mode:
Diffstat (limited to 'themes/test/templates/partials/head.liquid')
-rw-r--r--themes/test/templates/partials/head.liquid13
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/test/templates/partials/head.liquid b/themes/test/templates/partials/head.liquid
new file mode 100644
index 0000000..e9c27dc
--- /dev/null
+++ b/themes/test/templates/partials/head.liquid
@@ -0,0 +1,13 @@
+<!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