summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/index.php2
-rw-r--r--views/layout.php6
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">&copy; <?=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>