diff --git a/contents/_data/github.js b/contents/_data/github.js index c0ed939..b2ff6d4 100644 --- a/contents/_data/github.js +++ b/contents/_data/github.js @@ -15,6 +15,7 @@ module.exports = async function() { return { 'oneloc': await fetchGitHubStars('phuocng/1loc'), 'crossbrowser': await fetchGitHubStars('phuocng/cross-browser'), + 'cssanimation': await fetchGitHubStars('phuocng/css-animation'), 'csslayout': await fetchGitHubStars('phuocng/csslayout'), 'frontendtips': await fetchGitHubStars('phuocng/frontend-tips'), 'htmldom': await fetchGitHubStars('phuocng/html-dom'), diff --git a/contents/_includes/layouts/base.njk b/contents/_includes/layouts/base.njk index dca5669..9adee03 100644 --- a/contents/_includes/layouts/base.njk +++ b/contents/_includes/layouts/base.njk @@ -37,7 +37,8 @@