feat: normal whitespace on nav
This commit is contained in:
parent
283f091aed
commit
7cda8a7e08
1 changed files with 1 additions and 4 deletions
|
|
@ -4,20 +4,17 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>{{title}}</title>
|
<title>{{title}}</title>
|
||||||
<link rel="stylesheet" href="/style.css">
|
|
||||||
{{style}}
|
{{style}}
|
||||||
</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