~nskaggs/help-app/pelican-case

« back to all changes in this revision

Viewing changes to edit-here/theme/templates/base.html

  • Committer: Daniel Holbach
  • Date: 2015-02-09 13:50:46 UTC
  • Revision ID: daniel.holbach@canonical.com-20150209135046-5prpjw573135ff2u
fix imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        <meta name="viewport" content="width=device-width, initial-scale=1, 
7
7
                        maximum-scale=1, user-scalable=0">
8
8
        <meta charset="utf-8" />
9
 
        <link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/app.css" />
 
9
        <link rel="stylesheet" href="{{ THEME_STATIC_DIR }}/css/app.css" />
10
10
 
11
11
    <!-- 
12
12
        Ubuntu UI javascript imports - Ambiance theme
24
24
    <script src="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/tab.js"></script>
25
25
    <script src="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/tabs.js"></script>
26
26
        
27
 
    <script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/app.js"></script>
 
27
    <script src="{{ THEME_STATIC_DIR }}/js/app.js"></script>
28
28
 
29
29
    </head>
30
30
    <body>