diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-08 19:55:34 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-08 19:55:34 -0400 |
| commit | 32f87fcb58466e0e311349f96751c18e2a2cd7ea (patch) | |
| tree | 9b8c5e37821e147048e5d1ddbe5435af47716949 /themes/okadmin/templates/partials/head.liquid | |
| parent | 51296eb133599d98dd05d04399898c42b1662ab5 (diff) | |
Administrate!
Diffstat (limited to 'themes/okadmin/templates/partials/head.liquid')
| -rw-r--r-- | themes/okadmin/templates/partials/head.liquid | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/okadmin/templates/partials/head.liquid b/themes/okadmin/templates/partials/head.liquid new file mode 100644 index 0000000..86915a4 --- /dev/null +++ b/themes/okadmin/templates/partials/head.liquid @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf8"> + <title>{{meta.title}}</title> + <link rel="stylesheet" href="{{meta.static}}/css/main.css"> + </head> + <body> + <header class="admin-header"> + <span class="breadcrumb">Admin</span> + <a class="site-link" href="/">View Site</a> + </header> + <div class="container"> |
