Skip to content

Commit

Permalink
adjust layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tianalei committed Oct 5, 2024
1 parent f4cc4f9 commit 9d7fc8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/projects_layout.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Display categorized projects -->
{% for category in page.display_categories %}
<a id="{{ category }}" href=".#{{ category }}">
<h2 class="category">{{ category }}</h2>
<h2 class="category" style="font-size: 1.4em">{{ category }}</h2>
</a>
{% assign categorized_projects = site.projects | where: "category", category %}
{% assign sorted_projects = categorized_projects | sort: "importance" %}
Expand Down
1 change: 1 addition & 0 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ selected_papers: true # includes a list of papers marked as "selected={true}"
social: false # includes social icons at the bottom of the page

show_projects: true
display_categories: [Main contributor, Participant]
horizontal: false
---

Expand Down

0 comments on commit 9d7fc8c

Please sign in to comment.