Added simple headers
This commit is contained in:
parent
95606bbd44
commit
f12adcf660
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@
|
||||||
<link href='https://fonts.googleapis.com/css?family=Antic+Slab' rel='stylesheet' type='text/css'>
|
<link href='https://fonts.googleapis.com/css?family=Antic+Slab' rel='stylesheet' type='text/css'>
|
||||||
<link rel="stylesheet" href="{{ '/static/css/style.css'|asseturl }}">
|
<link rel="stylesheet" href="{{ '/static/css/style.css'|asseturl }}">
|
||||||
<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" />
|
||||||
|
<!-- Mobile -->
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
|
||||||
|
<meta http-equiv="cleartype" content="on">
|
||||||
</head>
|
</head>
|
||||||
<body class="{% block body_class %}{% endblock %}">
|
<body class="{% block body_class %}{% endblock %}">
|
||||||
<header class="center">
|
<header class="center">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue