File tree 1 file changed +5
-11
lines changed
1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -6,23 +6,17 @@ group: navigation
6
6
---
7
7
{% include JB/setup %}
8
8
9
-
10
-
11
-
12
9
<ul class =" posts " >
13
-
14
-
15
10
<!-- Insert Fixed List Items Here -->
16
11
<li >
17
- <img src =" assets/images/flags/gb.png " > [ OpenTX 2.2 manual] ( https://opentx.gitbooks.io/manual-for-opentx-2-2/ )
12
+ <img src =" assets/images/flags/gb.png " > <a href =" https://opentx.gitbooks.io/manual-for-opentx-2-2/ " >OpenTX 2.2 manual</a >
13
+ <span >(2017-05-18)</span >
18
14
</li >
19
15
{% for post in site.tags.Documents %}
20
- <div class =" post_info " >
21
16
<li >
22
- {% include display_flags.html %}
23
- <a href="{{ post.url }}">{{ post.title }}</a>
24
- <span>({{ post.date | date:"%Y-%m-%d" }})</span>
17
+ {% include display_flags.html %}
18
+ <a href =" {{ post.url }} " >{{ post.title }}</a >
19
+ <span >({{ post.date | date:"%Y-%m-%d" }})</span >
25
20
</li >
26
- </div>
27
21
{% endfor %}
28
22
</ul >
You can’t perform that action at this time.
0 commit comments