File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed
Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,18 @@ nav_external_links:
3939 url : https://www.instagram.com/semito_v?utm_source=qr&igsh=MTY4dWIzY2U0ZHV4dg==
4040 hide_icon : true
4141 opens_in_new_tab : true
42- - title : Guides
43- url : https://semitov.github.io/guides/guide_index.md
44- hide_icons : true
4542aux_links :
4643 Website's source code : https://github.com/semitov/semitov.github.io
4744
4845collections :
4946 guides :
5047 output : true
5148 permalink : /guides/:name
49+
50+ defaults :
51+ -
52+ scope :
53+ path : " "
54+ type : " guides"
55+ values :
56+ exclude : true
Original file line number Diff line number Diff line change 11---
22name : Guides Index
33---
4- # Guide Index
5- [ Software Task Force Guides] ( /guides/software-tf.md )
4+ # Guides Index
65
6+ {% for guide in site.guides %}
7+ <h2 >
8+ <a href="{{ guide.url }}">
9+ {{ guide.name }}
10+ </a>
11+ </h2 >
12+ {% endfor %}
You can’t perform that action at this time.
0 commit comments