fixed css filename
This commit is contained in:
parent
705062f78d
commit
235592c2ef
5
content/posts/python-programme-ausrollen-mit-pex.md
Normal file
5
content/posts/python-programme-ausrollen-mit-pex.md
Normal file
@ -0,0 +1,5 @@
|
||||
Title: Python Programme ausrollen mit PEX
|
||||
Date: 2017-11-13 13:57
|
||||
Slug: python-programme-ausrollen-mit-pex
|
||||
Tags: python, linux
|
||||
Status: draft
|
@ -9,7 +9,7 @@
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/normalize.css">
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/skeleton.css">
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/eule.css">
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/walden.css">
|
||||
<link rel="stylesheet" href="https://code.cdn.mozilla.net/fonts/fira.css">
|
||||
{% if CUSTOM_CSS %}
|
||||
<link href="{{ SITEURL }}/{{ CUSTOM_CSS }}" rel="stylesheet">
|
||||
|
Loading…
Reference in New Issue
Block a user