Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/index.js')
-rw-r--r--assets/js/index.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/assets/js/index.js b/assets/js/index.js
index 03ab427..08ef756 100644
--- a/assets/js/index.js
+++ b/assets/js/index.js
@@ -22,10 +22,3 @@ $(document).keypress(function(e) {
$('.modal.is-active').removeClass('is-active');
}
});
-
-{{ if and .Site.Params.localTime .Page.IsHome }}
-$(document).ready(function() {
- var time = moment().tz("{{ .Site.Params.timeZone }}").format("h:mm A");
- $('#time').html(time);
-})
-{{ end }}