Skip to content

Commit 79c0cf2

Browse files
committed
Move video series to later
1 parent 1bf3452 commit 79c0cf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_source/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h1 id="about"><a href="{{siteurl}}{{baseurl}}/#about">About</a></h1>
3333

3434
<h1 id="portfolio"><a href="{{siteurl}}{{baseurl}}/#portfolio">Portfolio</a></h1>
3535

36-
{%- assign categories = "Open Source Software;OpenStreetMap Data;Video Series;Cartography;Graphic Design" | split: ";"-%}
36+
{%- assign categories = "Open Source Software;OpenStreetMap Data;Cartography;Graphic Design;Video Series" | split: ";"-%}
3737
{%- for category in categories -%}
3838
{%- assign items = site.projects | where: "category", category | sort: "start" | reverse -%}
3939
{%- if items.size > 0 -%}

0 commit comments

Comments
 (0)