Skip to content

Commit f0bc867

Browse files
authored
Fix Taranis manual link formatting, fix invalid HTML nesting and remove unused style class.
1 parent 7be177a commit f0bc867

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

documents.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,17 @@ group: navigation
66
---
77
{% include JB/setup %}
88

9-
10-
11-
129
<ul class="posts">
13-
14-
1510
<!-- Insert Fixed List Items Here -->
1611
<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>
1814
</li>
1915
{% for post in site.tags.Documents %}
20-
<div class="post_info">
2116
<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>
2520
</li>
26-
</div>
2721
{% endfor %}
2822
</ul>

0 commit comments

Comments
 (0)