annotate themes/bulma/fragments/header.html @ 69:bca6c51e0742

themes: minor fixes in siimple
author David Demelier <markand@malikania.fr>
date Thu, 23 Jun 2022 14:41:12 +0200
parents 9f0b3eb99640
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
62
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
1 <!DOCTYPE html>
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
2 <html>
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
3 <head>
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
4 <meta charset="utf-8">
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
5 <meta name="viewport" content="width=device-width, initial-scale=1">
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
6 <title>@@title@@</title>
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
7 <link rel="stylesheet" href="/static/bulma.min.css">
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
8 <body>
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
9 <nav class="navbar" role="navigation" aria-label="main navigation">
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
10 <div class="navbar-brand">
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
11 <a class="navbar-item" href="/"><strong>paster</strong></a>
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
12 </div>
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
13
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
14 <div class="navbar-menu">
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
15 <div class="navbar-start">
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
16 <a class="navbar-item" href="/new">Create</a>
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
17 <a class="navbar-item" href="/search">Search</a>
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
18 </div>
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
19 </div>
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
20 </nav>
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
21
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
22 <section class="section">
9f0b3eb99640 themes: add bulma theme
David Demelier <markand@malikania.fr>
parents:
diff changeset
23 <div class="container">