mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
add header tag
This commit is contained in:
parent
af3a6d0cd6
commit
54b3ad7d89
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<a href="/">{{ meta.title }}</a>
|
<h1><a href="/">{{ meta.title }}</a></h1>
|
||||||
<form action="/" method="GET">
|
<form action="/" method="GET">
|
||||||
<input type="text" name="search" value="{% if search %}{{ search }}{% endif %}" placeholder="Keyword..." />
|
<input type="text" name="search" value="{% if search %}{{ search }}{% endif %}" placeholder="Keyword..." />
|
||||||
<input type="submit" value="Search" />
|
<input type="submit" value="Search" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue