You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/showcase.html
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,7 @@ <h2>Showcase</h2>
35
35
{%- if include.external %}
36
36
<h2>Portfolio</h2>
37
37
<{{ list }}>
38
-
{% for gh_page in gh_pages -%}{%- unless gh_page.name == site.github.repository_name -%}
39
-
{%- unless gh_page.homepage == '' or gh_page.homepage == nil or gh_page.homepage contains site.url or gh_page.topics contains 'noindex' -%}
38
+
{% for gh_page in gh_pages -%}{%- unless gh_page.name == site.github.repository_name or gh_page.homepage == '' or gh_page.homepage == nil or gh_page.homepage contains site.url or gh_page.topics contains 'noindex' -%}
0 commit comments