Make log hugoBasicExample error free

This commit is contained in:
hossainemruz 2020-06-14 14:39:39 +06:00
parent cdb2267f2d
commit f85b8a2e8e
2 changed files with 17 additions and 12 deletions

View file

@ -10,8 +10,9 @@
</div>
</div>
<div class="container filtr-projects">
<div class="row">
{{ range .Site.Data.projects.projects }} {{ partial "cards/project" . }}
<div class="row" id="project-card-holder">
{{ range .Site.Data.projects.projects }}
{{ partial "cards/project" . }}
{{ end }}
</div>
</div>

View file

@ -29,6 +29,7 @@ var projectCards;
if (document.getElementById('typing-carousel-data') != undefined) {
var ul = document.getElementById('typing-carousel-data').children;
if (ul.length != 0) {
var data = [];
Array.from(ul).forEach(el => {
data.push(el.textContent);
@ -40,6 +41,7 @@ var projectCards;
loop: true
});
}
}
// ================= Smooth Scroll ===================
// Add smooth scrolling to all links
@ -113,7 +115,9 @@ var projectCards;
}
}
if (document.getElementById("project-card-holder").children.length != 0) {
projectCards = $(".filtr-projects").filterizr({ layout: 'sameWidth' });
}
function showGithubStars() {
// fix the github button class