Compare commits

..

No commits in common. "31d5af929565361dc95375b30caeac62d6b08f68" and "2c47cd338caf1f807f7c5e831009bd8d0a68d55b" have entirely different histories.

6 changed files with 1 additions and 14 deletions

View file

@ -27,11 +27,6 @@ grids.forEach(function(grid) {
// layout Masonry after each image loads
msnry.layout();
});
// layout Masonry after page load
$(window).on('load', function() {
msnry.layout();
});
}
});

View file

@ -1,7 +1,5 @@
{{ define "main" }}
{{ partial "top_button.html" . }}
{{ partial "navigation.html" . }}
{{ partial "bradcrumb.html" . }}

View file

@ -1,7 +1,5 @@
{{ define "main" }}
{{ partial "top_button.html" . }}
{{ partial "navigation.html" . }}
{{ partial "bradcrumb.html" . }}

View file

@ -36,7 +36,7 @@
{{ end }}
</ul>
{{- if hugo.IsMultilingual }}
{{- if site.IsMultiLingual }}
<select id="select-language" onchange="location = this.value;">
{{ $siteLanguages := site.Languages }}
{{ $pageLang := .Page.Lang}}

View file

@ -1,7 +1,5 @@
{{ define "main" }}
{{ partial "top_button.html" . }}
{{ partial "navigation.html" . }}
{{ partial "bradcrumb.html" . }}

View file

@ -1,7 +1,5 @@
{{ define "main" }}
{{ partial "top_button.html" . }}
{{ partial "navigation.html" . }}
{{ partial "bradcrumb.html" . }}