diff options
author | Aaron Parecki <aaron@parecki.com> | 2017-01-04 15:26:51 -0800 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2017-01-04 15:26:51 -0800 |
commit | acafb9192a6402a3f3d60d5e6af11cb4576fc96c (patch) | |
tree | d70737a0ee528cff04673ff6b66a1667fbd302bf /views/layout.php | |
parent | e7fe68f73e441778f80683383ddb2ffe7a48f85c (diff) |
add tags, slug and status field to quill editor
Diffstat (limited to 'views/layout.php')
-rw-r--r-- | views/layout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layout.php b/views/layout.php index 0553f63..2f4b243 100644 --- a/views/layout.php +++ b/views/layout.php @@ -90,7 +90,7 @@ </ul> </div> - <p class="credits">© <?=date('Y')?> by <a href="http://aaronparecki.com">Aaron Parecki</a>. + <p class="credits">© <?=date('Y')?> by <a href="https://aaronparecki.com">Aaron Parecki</a>. This code is <a href="https://github.com/aaronpk/Quill">open source</a>. Feel free to send a pull request, or <a href="https://github.com/aaronpk/Quill/issues">file an issue</a>.</p> </div> |