mirror of
https://github.com/Theodor-Springmann-Stiftung/jacoblenz.git
synced 2026-02-04 11:55:30 +00:00
Change static file path
This commit is contained in:
@@ -1,21 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de" dir="ltr" class="h-full">
|
||||
<head>
|
||||
<link rel="canonical" href="{{ config.url }}{{ page.url }}">
|
||||
<link rel="stylesheet" href="/css/output.css" >
|
||||
|
||||
<title>
|
||||
{% if title and title != 'Home' %}{{title}} - {% endif %}{{ config.title }}</title>
|
||||
|
||||
<!-- Icons -->
|
||||
<!-- Enable if favicons installed into the static/img/ directory -->
|
||||
{# <link rel="shortcut icon" type="image/png" href="/images/x16-favicon.png" sizes="16x16" />
|
||||
<link rel="shortcut icon" type="image/png" href="/images/x32-favicon.png" sizes="32x32" />
|
||||
<link rel="shortcut icon" type="image/png" href="/images/x64-favicon.png" sizes="64x64" />#}
|
||||
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
|
||||
<link rel="apple-touch-icon" type="image/png" href="/favicon.png"/>
|
||||
<script src="/js/jquery.min.js"></script>
|
||||
<script src="/js/jquery.mark.min.js"></script>
|
||||
|
||||
<!-- Meta -->
|
||||
<meta name="description" content="{% if description %}{{ description }}{% else %}{{ config.description }}{% endif %}">
|
||||
@@ -24,6 +12,19 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta http-equiv="Content-Language" content="en">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<link rel="canonical" href="{{ config.url }}{{ page.url }}">
|
||||
|
||||
<!-- Resources -->
|
||||
<!-- Enable if favicons installed into the static/img/ directory -->
|
||||
{# <link rel="shortcut icon" type="image/png" href="/images/x16-favicon.png" sizes="16x16" />
|
||||
<link rel="shortcut icon" type="image/png" href="/images/x32-favicon.png" sizes="32x32" />
|
||||
<link rel="shortcut icon" type="image/png" href="/images/x64-favicon.png" sizes="64x64" />#}
|
||||
<link rel="shortcut icon" type="image/png" href="/static/favicon.png"/>
|
||||
<link rel="apple-touch-icon" type="image/png" href="/static/favicon.png"/>
|
||||
<script src="/static/js/jquery.min.js"></script>
|
||||
<script src="/static/js/jquery.mark.min.js"></script>
|
||||
<link rel="stylesheet" href="/static/css/output.css" >
|
||||
|
||||
|
||||
<!-- Facebook -->
|
||||
<meta property="og:title" content="{% if (title != 'Home') %}{{title}} - {% endif %}{{ config.title }}">
|
||||
|
||||
Reference in New Issue
Block a user