Using direct link to stylesheet

This commit is contained in:
Felipe M 2020-08-02 19:26:37 +02:00
parent b41b79ee12
commit 41ec27859e

View file

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>{% block page_title %}Felipe Martin{% endblock %}</title> <title>{% block page_title %}Felipe Martin{% endblock %}</title>
<link rel="stylesheet" href="{{ '/static/css/style.css'|asseturl }}"> <link rel="stylesheet" href="/static/css/style.css">
<link rel="stylesheet" href="{{ get_pygments_stylesheet()|url }}"> <link rel="stylesheet" href="{{ get_pygments_stylesheet()|url }}">
<link rel="alternate" type="application/rss+xml" title="RSS Feed for fmartingr.com" href="/feed.xml" /> <link rel="alternate" type="application/rss+xml" title="RSS Feed for fmartingr.com" href="/feed.xml" />
<link rel="icon" href="/static/images/favicon.ico"> <link rel="icon" href="/static/images/favicon.ico">