a whitespace reduction in the template
This commit is contained in:
parent
98a70bec1d
commit
c5c32600ff
1 changed files with 1 additions and 3 deletions
|
|
@ -9,15 +9,13 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="page-container">
|
<div class="page-container">
|
||||||
<nav>
|
<nav style="white-space:normal;">
|
||||||
<a href="/">ily [dot] rs</a> |
|
<a href="/">ily [dot] rs</a> |
|
||||||
<a href="/links/">links</a> |
|
<a href="/links/">links</a> |
|
||||||
<a href="/now/">now</a> |
|
<a href="/now/">now</a> |
|
||||||
sign the <a href="/g/">guestbook</a>
|
sign the <a href="/g/">guestbook</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
{{form}}
|
{{form}}
|
||||||
|
|
||||||
{{entries}}
|
{{entries}}
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue