diff options
| author | stone <jules+okfprojz@okfoc.us> | 2017-02-18 19:59:09 -0500 |
|---|---|---|
| committer | stone <jules+okfprojz@okfoc.us> | 2017-02-18 19:59:09 -0500 |
| commit | 794bc930903a836329aff47481d109df10f81069 (patch) | |
| tree | 160499d95dac5d1df01b45490b735d2b60e814e1 /lib/okpush/templates/partials/head.liquid | |
| parent | 765527e34208a6e1b83f51eba4a32aa5c239fbc7 (diff) | |
| parent | cf85cc2b75b9c3ead3a693b6fa0feeca5b9e70ba (diff) | |
Merge branch 'cms' of ghghgh.us:stone-island into cms
Diffstat (limited to 'lib/okpush/templates/partials/head.liquid')
| -rw-r--r-- | lib/okpush/templates/partials/head.liquid | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/okpush/templates/partials/head.liquid b/lib/okpush/templates/partials/head.liquid new file mode 100644 index 00000000..e9c27dc0 --- /dev/null +++ b/lib/okpush/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 |
