@ -48,4 +48,11 @@
function ThisYear() {
document.getElementById('thisyear').innerHTML = new Date().getFullYear();
};
$(document).ready(function() {
if ( $(location).attr("pathname") == "/") {
$('.collapse').collapse('show');
}
});
//$('.collapse').show();
</script>
@ -33,9 +33,7 @@
{{ end }}
</ul>
<div class="nav-collapse collapse">
{{- partial "navLang.html" . -}}
</div>