File tree 4 files changed +9
-6
lines changed
4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
{% assign rawtags = "" %}
2
- {% for page in site.html_pages %}
2
+ {% for page in site.pages %}
3
3
{% assign ttags = page.tags | join:'|' | append:'|' %}
4
4
{% assign rawtags = rawtags | append:ttags %}
5
5
{% endfor %}
6
6
{% assign rawtags = rawtags | split:'|' | sort %}
7
7
8
- {% assign site. tags = "" %}
8
+ {% assign tags = "" %}
9
9
{% for tag in rawtags %}
10
10
{% if tag != "" %}
11
11
{% if tags == "" %}
Original file line number Diff line number Diff line change 1
- {% if site. tags ! = "" %}
1
+ {% if tags = = "" %}
2
2
{% include collecttags.html %}
3
3
{% endif %}
Original file line number Diff line number Diff line change 6
6
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
7
< meta name ="viewport " content ="width=device-width,maximum-scale=2 ">
8
8
< link rel ="stylesheet " type ="text/css " media ="screen " href ="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }} ">
9
- {% include head .html %} <!-- generate tags -->
9
+ {% include collecttags .html %} <!-- generate tags -->
10
10
{% seo %}
11
11
</ head >
12
12
13
13
< body >
14
14
15
+ {% include collecttags.html %}
16
+
15
17
<!-- HEADER -->
16
18
< div id ="header_wrap " class ="outer ">
17
19
< header class ="inner ">
@@ -35,7 +37,7 @@ <h4>Table of contents:</h4>
35
37
{% include toc.html html=content %}
36
38
37
39
< h4 > Tags:</ h4 >
38
- {% for tag in site. tags %}
40
+ {% for tag in tags %}
39
41
< li > {{ tag }} </ li >
40
42
{% endfor %}
41
43
Original file line number Diff line number Diff line change 1
1
---
2
- tags : ecosystem
2
+ layout : page
3
+ tags : [ecosystem]
3
4
---
4
5
5
6
# Audio
You can’t perform that action at this time.
0 commit comments