diff options
author | raylu <raylu@mixpanel.com> | 2011-08-09 22:56:56 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-08-09 22:56:56 -0700 |
commit | 163983e794867d6099908ade5649e51bc4c00f7b (patch) | |
tree | 3718e0ce7a8b2b6ab648e73fbd2fa52dcdc409e3 /templates/header.html | |
parent | 8a05f63c5c9d52c0c6165d9785498a13e9306ced (diff) | |
download | audioaxis-163983e794867d6099908ade5649e51bc4c00f7b.tar.xz |
refactor base.css
Diffstat (limited to 'templates/header.html')
-rw-r--r-- | templates/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/header.html b/templates/header.html index 8b65ad6..ca97f81 100644 --- a/templates/header.html +++ b/templates/header.html @@ -8,6 +8,7 @@ --> <link href="/static/cantarell.css" rel="stylesheet"> <link href="/static/base.css" rel="stylesheet"> + {{.}} </head> <body> |