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 @@
</fieldset> </fieldset>
</form> </form>
<footer> <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; <a href="https://github.com/chmllr/NoteHub">source code</a> &middot;
</footer> </footer>
</body> </body>

2
assets/templates/list.html

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

2
assets/templates/note.html

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

2
assets/templates/page.html

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

Loading…
Cancel
Save