Revision bd2ee623 cloudcms/templates/cms/base.html
b/cloudcms/templates/cms/base.html | ||
---|---|---|
18 | 18 |
<meta name="description" content="{{ resource.meta.description }}"> |
19 | 19 |
<meta name="author" content="{{ resource.meta.author }}"> |
20 | 20 |
<meta name="viewport" content=""> |
21 |
|
|
22 |
<link rel="alternate" type="application/atom+xml" href="{% url blogfeed %}"> |
|
23 |
|
|
21 | 24 |
|
22 | 25 |
{% block page.js %} |
23 | 26 |
<!-- Le HTML5 shim, for IE6-8 support of HTML elements --> |
... | ... | |
42 | 45 |
<script src="{{ MEDIA_URL }}cloudcms/js/jquery.infieldlabel.js"></script> |
43 | 46 |
<script src="{{ MEDIA_URL }}cloudcms/js/jquery.cookie.js"></script> |
44 | 47 |
<script src="{{ MEDIA_URL }}cloudcms/js/form-errors.js"></script> |
45 |
|
|
46 | 48 |
<script src="{{ MEDIA_URL }}cloudcms/js/colorbox/jquery.colorbox.js"></script> |
47 | 49 |
{% endblock headjs %} |
48 | 50 |
|
Also available in: Unified diff