projects
/
cookbook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
038cfc3
)
Adjust static links in base template for cookbook/style.css, etc.
master
author
W. Trevor King
<wking@drexel.edu>
Fri, 5 Aug 2011 17:15:33 +0000
(13:15 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Fri, 5 Aug 2011 17:15:33 +0000
(13:15 -0400)
cookbook/templates/cookbook/base.html
patch
|
blob
|
history
diff --git
a/cookbook/templates/cookbook/base.html
b/cookbook/templates/cookbook/base.html
index 5e0b6f8e0e2d3c2b4f58a508361f8a6df5ac2222..e549331b54f73bc3f0ef68f88917ab0352590944 100644
(file)
--- a/
cookbook/templates/cookbook/base.html
+++ b/
cookbook/templates/cookbook/base.html
@@
-1,8
+1,8
@@
<html>
<head>
<title>{% block title %}Cookbook{% endblock %}</title>
- <link rel="stylesheet" href="{{ STATIC_URL }}style.css" />
- <link rel="shortcut icon" href="{{ STATIC_URL }}cookbook.ico" />
+ <link rel="stylesheet" href="{{ STATIC_URL }}
cookbook/
style.css" />
+ <link rel="shortcut icon" href="{{ STATIC_URL }}cookbook
/cookbook
.ico" />
</head>
<body>