mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-28 15:54:22 +01:00
Compare commits
No commits in common. "31d5af929565361dc95375b30caeac62d6b08f68" and "2c47cd338caf1f807f7c5e831009bd8d0a68d55b" have entirely different histories.
31d5af9295
...
2c47cd338c
6 changed files with 1 additions and 14 deletions
|
@ -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();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{{ define "main" }}
|
||||
|
||||
{{ partial "top_button.html" . }}
|
||||
|
||||
{{ partial "navigation.html" . }}
|
||||
|
||||
{{ partial "bradcrumb.html" . }}
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{{ define "main" }}
|
||||
|
||||
{{ partial "top_button.html" . }}
|
||||
|
||||
{{ partial "navigation.html" . }}
|
||||
|
||||
{{ partial "bradcrumb.html" . }}
|
||||
|
|
|
@ -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}}
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{{ define "main" }}
|
||||
|
||||
{{ partial "top_button.html" . }}
|
||||
|
||||
{{ partial "navigation.html" . }}
|
||||
|
||||
{{ partial "bradcrumb.html" . }}
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{{ define "main" }}
|
||||
|
||||
{{ partial "top_button.html" . }}
|
||||
|
||||
{{ partial "navigation.html" . }}
|
||||
|
||||
{{ partial "bradcrumb.html" . }}
|
||||
|
|
Loading…
Reference in a new issue