Skip to content
Snippets Groups Projects

Cleanup the theme and autofocus the search box

Closed Emanuele Aina requested to merge wip/em/theme-cleanups into master
53 files
+ 385
5206
Compare changes
  • Side-by-side
  • Inline
Files
53
@@ -52,6 +52,7 @@
<link rel="stylesheet" href="{{ "css/jwd-cssBranding_01.min.css" | absURL }}" />
<link rel="stylesheet" href="{{ "css/jwd-cssContentMods_01.min.css" | absURL }}" />
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script>var BaseURL = "{{ .Site.BaseURL }}";</script>
<script src="{{ "js/jwd-JS_01.min.js" | absURL }}"></script>
<!-- end of JWD -->
Loading