mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add a "wide" css for notmyidea.org theme
This commit is contained in:
parent
6589e122d8
commit
bab39c9800
4 changed files with 27 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<title>{% block title %}{{ SITENAME }}{%endblock%}</title>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/css/main.css" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/css/{{ CSS_FILE }}" type="text/css" />
|
||||
<link href="{{ SITEURL }}/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} ATOM Feed" />
|
||||
|
||||
|
||||
|
|
@ -76,4 +76,4 @@
|
|||
|
||||
{% include 'analytics.html' %}
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue