sync with buck upstream
This commit is contained in:
parent
88da620079
commit
79f7742481
7 changed files with 9 additions and 9 deletions
|
@ -10,7 +10,7 @@
|
|||
<html lang="{{ config.language }}">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> {{ open_graph() }}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>{{ title }}</title>
|
||||
<link href="{{ url_for('index.css') }}" rel="stylesheet"/>
|
||||
<link href="{{ url_for('styles/materialdesignicons.min.css') }}" rel="stylesheet"/>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="{{ config.language }}" prefix="og: https://ogp.me/ns#">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> {{ open_graph() }}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>{{ page.title or config.title or "Page" }}</title>
|
||||
<link href="/page.css" rel="stylesheet"/>
|
||||
<script type="module" src="/page.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue