move edit link & made with <3 to the page footer
This commit is contained in:
@@ -125,15 +125,6 @@
|
||||
<main class="app__main">
|
||||
<div class="app__inner">
|
||||
<slot />
|
||||
<p>
|
||||
<br>
|
||||
<a :href="editLink" target="_blank">
|
||||
<span>Edit this page on GitHub</span>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
Made with 🖤 by <a href="https://twitter.com/_ueberdosis">überdosis</a>
|
||||
</p>
|
||||
</div>
|
||||
</main>
|
||||
<div class="app__page-navigation">
|
||||
@@ -141,6 +132,13 @@
|
||||
<page-navigation />
|
||||
</div>
|
||||
</div>
|
||||
<!-- TODO: -->
|
||||
<div>
|
||||
<a :href="editLink" target="_blank">
|
||||
<span>Edit this page on GitHub</span> ·
|
||||
</a>
|
||||
Made with 🖤 by <a href="https://twitter.com/_ueberdosis">überdosis</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<portal :to="portal">
|
||||
|
||||
Reference in New Issue
Block a user