We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c938d commit 7aba5c0Copy full SHA for 7aba5c0
_includes/project-list.html
@@ -1,5 +1,5 @@
1
<ul class="card-grid">
2
- {% assign public_repositories = site.github.public_repositories | where:'archived', false | where:'fork', false | where_exp: 'repo', "repo.name != 'scribd.github.io'" | sort: 'pushed_at' | reverse %}
+ {% assign public_repositories = site.github.public_repositories | where:'archived', false | where:'fork', false | where_exp: 'repo', "repo.name != 'scribd.github.io'" | where_exp: 'repo', "repo.name != '.github'" | sort: 'pushed_at' | reverse %}
3
4
<!-- Assign an optional limit to be passed through -->
5
{% for repository in public_repositories limit: {{include.limit}} %}
0 commit comments