File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ description: >- # this means to ignore newlines until "baseurl:"
7
7
baseurl : " " # the subpath of your site, e.g. /blog
8
8
url : " https://tech.scribd.com" # the base hostname & protocol for your site, e.g. http://example.com
9
9
google_analytics : ' UA-443684-30'
10
+ featured_series : ' airflow-series'
10
11
11
12
# GitHub Metadata
12
13
# Used for "improve this page" link
Original file line number Diff line number Diff line change @@ -70,9 +70,8 @@ <h2 class="hero__title">
70
70
< section class ="feat-post__secondary ">
71
71
< h3 class ="section-heading mb-0 text-plum "> Featured Series</ h3 >
72
72
< ul class ="post-list text-length-sm ">
73
-
74
73
<!-- Pick a series to features using its unique tag - i.e. di-series -->
75
- {% assign featured-series = site.tags.di-series | sort: 'date' %}
74
+ {% assign featured-series = site.tags[site.featured_series] | sort: 'date' %}
76
75
{% for post in featured-series limit: 2 %}
77
76
<!-- Post item template -->
78
77
{% include post-list-item.html %}
You can’t perform that action at this time.
0 commit comments