mirror of
https://github.com/YGGverse/mb.git
synced 2026-03-31 09:05:28 +00:00
update template adaptivity
This commit is contained in:
parent
a2c658ae7b
commit
03fcfe38a4
2 changed files with 51 additions and 20 deletions
|
|
@ -11,19 +11,19 @@
|
|||
<body>
|
||||
<header>
|
||||
<a href="{{ home }}">{{ title }}</a>
|
||||
{% if description %}<div>{{ description }}</div>{% endif %}
|
||||
{% if description %}<p>{{ description }}</p>{% endif %}
|
||||
<form action="/" method="GET">
|
||||
{% if token %}<input type="hidden" name="token" value="{{ token }}" />{% endif %}
|
||||
<input type="text" name="search" value="{% if search %}{{ search }}{% endif %}" placeholder="Search..." />
|
||||
<input type="submit" value="Search" />
|
||||
</form>
|
||||
<div>
|
||||
<a href="/rss">RSS</a> |
|
||||
<a href="https://github.com/yggverse/mb" title="v{{ version }}">GitHub</a>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
{% block content %}{% endblock content %}
|
||||
</main>
|
||||
<footer>
|
||||
<a href="/rss">RSS</a> |
|
||||
<a href="https://github.com/yggverse/mb" title="v{{ version }}">GitHub</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue