Skip to content

Commit e00e96b

Browse files
committed
-- removed special sections
1 parent 9ba7a03 commit e00e96b

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

_includes/opensource/opensource.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ <h1 class="display-4 text-start">Open Source</h1>
2727
{% endunless %}
2828
{% endfor %}
2929

30+
<!--
3031
{% if not_draft > include.limit %}
3132
<p class="text-center pt-4"><a href="{{ site.baseurl}}/opensource/">See all {{ not_draft }} contributions</a></p>
3233
{% endif %}
34+
-->
3335

3436
</div>
3537
</div>

_includes/projects/projects.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ <h1 class="display-4 text-start">Projects</h1>
2727
{% endunless %}
2828
{% endfor %}
2929

30-
{% if not_draft > include.limit %}
30+
<!-- {% if not_draft > include.limit %}
3131
<p class="text-center pt-4"><a href="{{ site.baseurl}}/projects/">See all {{ not_draft }} projects</a></p>
32-
{% endif %}
32+
{% endif %}-->
3333

3434
</div>
3535
</div>

_layouts/opensource.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ <h1 class="display-4">{{ page.title }}</h1>
1515
{{ content }}
1616
</div>
1717

18-
<p class="text-center pt-4"><a href="{{ site.baseurl}}/opensource/">See all contributions</a></p>
18+
<!--<p class="text-center pt-4"><a href="{{ site.baseurl}}/opensource/">See all contributions</a></p>-->

_layouts/project.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ <h1 class="display-4">{{ page.title }}</h1>
1515
{{ content }}
1616
</div>
1717

18-
<p class="text-center pt-4"><a href="{{ site.baseurl}}/projects/">See all projects</a></p>
18+
<!--<p class="text-center pt-4"><a href="{{ site.baseurl}}/projects/">See all projects</a></p>-->

0 commit comments

Comments
 (0)