Skip to content

Commit 7aba5c0

Browse files
committed
Exclude the .github directory in the projects listing
1 parent b9c938d commit 7aba5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/project-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<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 %}
2+
{% 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 %}
33

44
<!-- Assign an optional limit to be passed through -->
55
{% for repository in public_repositories limit: {{include.limit}} %}

0 commit comments

Comments
 (0)