diff options
author | Aaron Parecki <aaron@parecki.com> | 2014-05-25 15:07:19 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2014-05-25 15:07:19 -0700 |
commit | e9a6f679fad90170296f8e97d70a47ec8e99c392 (patch) | |
tree | 1d09fd04c0dca5391dd5763fb0b219626265b06d /views | |
parent | 306ffeba189e79af47d95d35c5c6a9d99ad317a5 (diff) |
rename to Quill
Diffstat (limited to 'views')
-rw-r--r-- | views/index.php | 2 | ||||
-rw-r--r-- | views/layout.php | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/views/index.php b/views/index.php index 2c62f09..9232f8e 100644 --- a/views/index.php +++ b/views/index.php @@ -1,5 +1,5 @@ <div class="jumbotron"> - <h2>#IndiePost</h2> + <h2>Quill</h2> <p>How does it work?</p> <ol> <li>Sign in with your domain</li> diff --git a/views/layout.php b/views/layout.php index d2421d9..24f5df3 100644 --- a/views/layout.php +++ b/views/layout.php @@ -39,7 +39,7 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </button> - <a class="navbar-brand" href="/">IndiePost</a> + <a class="navbar-brand" href="/">Quill</a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> @@ -81,8 +81,8 @@ <div class="footer"> <p class="credits">© <?=date('Y')?> by <a href="http://aaronparecki.com">Aaron Parecki</a>. - This code is <a href="https://github.com/aaronpk/IndiePost">open source</a>. - Feel free to send a pull request, or <a href="https://github.com/aaronpk/IndiePost/issues">file an issue</a>.</p> + 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> </div> |