UFF, fix broken link
This commit is contained in:
parent
d184e07c4c
commit
22e8a30f20
2 changed files with 10 additions and 10 deletions
|
@ -16,7 +16,6 @@
|
|||
{%- endblock %}
|
||||
{% include "partials/head.html" -%}
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body class="
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{%- set website = 'podcast.c3woc.de' %}
|
||||
<meta charset="utf-8">
|
||||
<meta property="og:title" content="{{ this.title }}"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
|
@ -5,9 +6,9 @@
|
|||
{%- block expand_ogg_image -%}
|
||||
"{{ '/images/banner.jpg'|asseturl }}"
|
||||
{%- endblock %} />
|
||||
<link href="https://{{ bag('settings', 'generic', 'fqdn') }}/feed_blog.xml" rel="alternate" title="[C3WOC] Neues aus der Waffelwelt" type="application/rss+xml">
|
||||
<link href="https://{{ bag('settings', 'generic', 'fqdn') }}/en/feed_blog.xml" rel="alternate" title="[C3WOC] Wafflenews [EN]" type="application/rss+xml">
|
||||
<link href="https://{{ bag('settings', 'generic', 'fqdn') }}/feed_rezepte.xml" rel="alternate" title="Waffelrezepte" type="application/rss+xml">
|
||||
<link href="https://{{ website }}/feed_blog.xml" rel="alternate" title="[C3WOC] Neues aus der Waffelwelt" type="application/rss+xml">
|
||||
<link href="https://{{ website }}/en/feed_blog.xml" rel="alternate" title="[C3WOC] Wafflenews [EN]" type="application/rss+xml">
|
||||
<link href="https://{{ website }}/feed_rezepte.xml" rel="alternate" title="Waffelrezepte" type="application/rss+xml">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/images/icons/apple-touch-icon.png'|asseturl }}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ '/images/icons/favicon-32x32.png'|asseturl }}">
|
||||
|
@ -21,16 +22,16 @@
|
|||
<script src="{{ '/js/jquery.min.js'|asseturl }}"></script>
|
||||
|
||||
{%- if '/css/main.min.css'|asseturl == empty %}
|
||||
<link rel="stylesheet" href="https://{{ bag('settings', 'generic', 'fqdn') }}/css/main.min.css" />
|
||||
<link rel="stylesheet" href="https://{{ bag('settings', 'generic', 'fqdn') }}/css/font-awesome.min.css" />
|
||||
<link rel="stylesheet" href="https://{{ bag('settings', 'generic', 'fqdn') }}/fonts/roboto.css" />
|
||||
<link rel="stylesheet" href="https://{{ website }}/css/main.min.css" />
|
||||
<link rel="stylesheet" href="https://{{ website }}/css/font-awesome.min.css" />
|
||||
<link rel="stylesheet" href="https://{{ website }}/fonts/roboto.css" />
|
||||
{%- else %}
|
||||
<link rel="stylesheet" href="{{ '/css/font-awesome.min.css'|asseturl }}" />
|
||||
<link rel="stylesheet" href="{{ '/fonts/roboto.css'|asseturl }}" />
|
||||
<link rel="stylesheet" href="{{ '/css/main.min.css'|asseturl }}" />
|
||||
{%- endif %}
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href=
|
||||
{%- if '/css/ie9.min.css'|asseturl == empty %}"https://{{ bag('settings', 'generic', 'fqdn') }}/css/ie9.min.css"
|
||||
{%- if '/css/ie9.min.css'|asseturl == empty %}"https://{{ website }}/css/ie9.min.css"
|
||||
{%- else %}"{{ '/css/ie9.min.css'|asseturl }}"
|
||||
{%- endif %} /><![endif]-->
|
||||
|
||||
|
|
Loading…
Reference in a new issue