summaryrefslogtreecommitdiff
path: root/views/partials/header.php
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2016-02-10 18:41:28 -0800
committerAaron Parecki <aaron@parecki.com>2016-02-10 18:41:28 -0800
commit704241a3a4f3480eb87260aef9fca8f1ce00e638 (patch)
treeb8579b9cf746a32bf533ea15f0c2aa6e82659c47 /views/partials/header.php
parent022f58d956faaf1a56b80ec25ee4fb06057bc117 (diff)
add dashboard with links to all post types
Diffstat (limited to 'views/partials/header.php')
-rw-r--r--views/partials/header.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/partials/header.php b/views/partials/header.php
index ef9f15a..4243557 100644
--- a/views/partials/header.php
+++ b/views/partials/header.php
@@ -1,4 +1,4 @@
<div class="header">
- <img src="/images/quill-logo.png" width="42" height="42">
- Quill
-</div> \ No newline at end of file
+ <a href="/dashboard"><img src="/images/quill-logo.png" width="42" height="42"></a>
+ <a href="/dashboard">Quill</a>
+</div>