Using direct link to stylesheet
This commit is contained in:
parent
b41b79ee12
commit
41ec27859e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<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="alternate" type="application/rss+xml" title="RSS Feed for fmartingr.com" href="/feed.xml" />
|
||||
<link rel="icon" href="/static/images/favicon.ico">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue