mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Output i18n content
Output the content on the HTML files.
This commit is contained in:
parent
ee6f392667
commit
74a6063445
32 changed files with 501 additions and 378 deletions
|
@ -26,12 +26,10 @@
|
|||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/style.css">
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/dropit.css">
|
||||
<!-- JavaScript -->
|
||||
<script src="//cdn.jsdelivr.net/lodash/4.12.0/lodash.min.js"></script>
|
||||
<script src="/assets/js/moment.min.js"></script>
|
||||
<script src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
|
||||
<script src="/assets/js/dropit.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -85,9 +83,6 @@ if (jsSocialShares) {
|
|||
});
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
$('.menu').dropit();
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue