Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Commit 32dff9d

Browse files
committed
Merge pull request #6 from PotatoBrother/patch-1
Fix a bug
2 parents 44b154d + 13044f4 commit 32dff9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

themes/sealscript/template/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
{% block head %}{% end %}
66
<title>{% block title %}{{ config.site_title }}{% end %}</title>
77
<link href='http://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
8-
<link rel="stylesheet" href="{{ config.static_url }}/css/style.css?20120722" type="text/css" />
9-
<link rel="stylesheet" href="{{ config.static_url }}/css/pygments_style.css" type="text/css" />
8+
<link rel="stylesheet" href="/{{ config.static_url }}/css/style.css?20120722" type="text/css" />
9+
<link rel="stylesheet" href="/{{ config.static_url }}/css/pygments_style.css" type="text/css" />
1010
<link rel="alternate" type="application/rss+xml" href="{{ config.feed }}" title="{{ config.site_title }}" />
1111
{% if config.google_analytics %}
1212
<script type="text/javascript">

0 commit comments

Comments
 (0)