We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25eac65 commit 10507a8Copy full SHA for 10507a8
_pages/projects.md
@@ -14,7 +14,9 @@ horizontal: false
14
{% if site.enable_project_categories and page.display_categories %}
15
<!-- Display categorized projects -->
16
{% for category in page.display_categories %}
17
- <h2 class="category">{{ category }}</h2>
+ <a id="{{ category }}" href=".#{{ category }}">
18
+ <h2 class="category">{{ category }}</h2>
19
+ </a>
20
{% assign categorized_projects = site.projects | where: "category", category %}
21
{% assign sorted_projects = categorized_projects | sort: "importance" %}
22
<!-- Generate cards for each project -->
0 commit comments