Browse Source

remove even more shit

master
Yaroslav 5 years ago
parent
commit
10de6ac722
  1. 2
      assets/templates/form.html
  2. 2
      assets/templates/list.html
  3. 2
      assets/templates/note.html
  4. 2
      assets/templates/page.html

2
assets/templates/form.html

@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
</fieldset>
</form>
<footer>
<a href="/">&#8962; notehub</a> &middot;
<a href="/">&#8962; main page</a> &middot;
<a href="https://github.com/chmllr/NoteHub">source code</a> &middot;
</footer>
</body>

2
assets/templates/list.html

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
</div>
<div id="dashed-line"></div>
<footer>
<a href="/">&#8962; notehub</a>
<a href="/">&#8962; main page</a>
</footer>
</body>
</html>

2
assets/templates/note.html

@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
</article>
{{end}}
<footer>
<a href="/">&#8962; notehub</a> &middot;
<a href="/">&#8962; main page</a> &middot;
{{if .ID}}
<a href="/{{.ID}}/stats">stats</a> &middot;
<a href="/{{.ID}}/edit">edit</a> &middot;

2
assets/templates/page.html

@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
{{.Content}}
</article>
<footer>
<a href="/">&#8962; notehub</a>
<a href="/">&#8962; main page</a>
</footer>
</body>
</html>

Loading…
Cancel
Save