Peter Jaszkowiak 8 years ago
parent 4aa302b451
commit 8408819377

@ -2,7 +2,7 @@
"name": "nodebb-theme-persona",
"version": "4.1.95",
"nbbpm": {
"compatibility": "^0.8.2 || ^0.9.0 || ^1.0.0"
"compatibility": "^1.4.4"
},
"description": "Persona theme for NodeBB",
"main": "theme.less",

@ -3,7 +3,7 @@
<head>
<title>{browserTitle}</title>
<!-- BEGIN metaTags -->{function.buildMetaTag}<!-- END metaTags -->
<link rel="stylesheet" type="text/css" href="{relative_path}/stylesheet.css?{config.cache-buster}" />
<link rel="stylesheet" type="text/css" href="{relative_path}/assets/stylesheet.css?{config.cache-buster}" />
<!-- IF bootswatchCSS --><link id="bootswatchCSS" href="{bootswatchCSS}" rel="stylesheet" media="screen"><!-- ENDIF bootswatchCSS -->
<!-- BEGIN linkTags -->{function.buildLinkTag}<!-- END linkTags -->
@ -23,7 +23,7 @@
};
</script>
<script src="{relative_path}/nodebb.min.js?{config.cache-buster}"></script>
<script src="{relative_path}/assets/nodebb.min.js?{config.cache-buster}"></script>
<!-- BEGIN scripts -->
<script type="text/javascript" src="{scripts.src}"></script>

Loading…
Cancel
Save