mirror of
https://github.com/tiyn/beaker-blog.git
synced 2025-04-02 15:37:46 +02:00
fixed html for basic sites
This commit is contained in:
parent
2a2a5f77b6
commit
070be5b0e2
@ -258,3 +258,10 @@ form.search::after {
|
|||||||
clear: both;
|
clear: both;
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.standalone img {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
.entry img {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
<html>
|
<!DOCTYPE html>
|
||||||
|
<html lang={% if language=="de-de" %}de{% else %}en{% endif %}>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
<link href="{{ url_for('static', filename='css/' + style + '.css') }}" rel="stylesheet" type="text/css">
|
<link href="{{ url_for('static', filename='css/' + style + '.css') }}" rel="stylesheet" type="text/css">
|
||||||
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='graphics/logo.png') }}">
|
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='graphics/logo.png')}}">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width" initial-scale=1.0>
|
<meta name="viewport" content="width=device-width">
|
||||||
{{ font_awesome.load_js() }}
|
{{ font_awesome.load_js() }}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@ -13,7 +14,9 @@
|
|||||||
<!-- Menu -->
|
<!-- Menu -->
|
||||||
<div class="main-menu-dropdown">
|
<div class="main-menu-dropdown">
|
||||||
<a href="{{ url_for('index') }}">
|
<a href="{{ url_for('index') }}">
|
||||||
<img class="logo" src="{{ url_for('static', filename='graphics/logo.png') }}">
|
<img class="logo" src="{{ url_for('static', filename='graphics/logo.png') }}" alt="Logo von
|
||||||
|
Mittelerde mit Marten. Zu sehen sind 3 'M's mit Serifen, wobei die beiden Äußeren etwas
|
||||||
|
kleiner sind">
|
||||||
{{ stitle }}
|
{{ stitle }}
|
||||||
</a>
|
</a>
|
||||||
<input type="checkbox" id="main-menu-check">
|
<input type="checkbox" id="main-menu-check">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user