mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
basics
This commit is contained in:
parent
6c1f4d227e
commit
be38243d4e
0
homepage/theme/static/css/fix.css
Normal file
0
homepage/theme/static/css/fix.css
Normal file
3
homepage/theme/static/css/tachyons.min.css
vendored
Normal file
3
homepage/theme/static/css/tachyons.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -20,9 +20,13 @@
|
|||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<link rel="canonical" href="{{ SITEURL }}/{{ href }}">
|
<link rel="canonical" href="{{ SITEURL }}/{{ href }}">
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="/theme/images/favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="/theme/images/favicon.ico">
|
||||||
|
<link rel="stylesheet" href="/theme/css/tachyons.min.css">
|
||||||
|
<link rel="stylesheet" href="/theme/css/fix.css">
|
||||||
|
<!--
|
||||||
{% assets filters="libsass,postcss,cssmin", output="css/style.min.css", "css/normalize.css", "css/fonts.css", "css/style.scss" %}
|
{% assets filters="libsass,postcss,cssmin", output="css/style.min.css", "css/normalize.css", "css/fonts.css", "css/style.scss" %}
|
||||||
<link rel="stylesheet" href="/{{ ASSET_URL }}">
|
<link rel="stylesheet" href="/{{ ASSET_URL }}">
|
||||||
{% endassets %}
|
{% endassets %}
|
||||||
|
-->
|
||||||
{% if OFFEN_ACCOUNT_ID and not no_stats %}
|
{% if OFFEN_ACCOUNT_ID and not no_stats %}
|
||||||
<script async src="/script.js" data-account-id="{{ OFFEN_ACCOUNT_ID }}"></script>
|
<script async src="/script.js" data-account-id="{{ OFFEN_ACCOUNT_ID }}"></script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user