File tree Expand file tree Collapse file tree 3 files changed +70
-25
lines changed
Expand file tree Collapse file tree 3 files changed +70
-25
lines changed Original file line number Diff line number Diff line change 11Title: Aiohttp
2- Links: Docs =https://docs.aiohttp.org/en/stable/
2+ Links: Documentation =https://docs.aiohttp.org/en/stable/
33 Github=https://github.com/aio-libs/aiohttp/
4- Sponsor =https://opencollective.com/aio-libs/projects/aiohttp
4+ Sponsorship =https://opencollective.com/aio-libs/projects/aiohttp
55
66An asynchronous HTTP Client/Server for Python's [ asyncio] ( https://docs.python.org/3/library/asyncio.html ) .
77
Original file line number Diff line number Diff line change @@ -8,9 +8,13 @@ <h2>{{ page.title }}</h2>
88 {% import 'translations.html' as translations with context %}
99 {{ translations.translations_for(page) }}
1010
11- {% for link in page.links %}
12- < a href ="{{ link.partition( "=")[2] }}"> {{ link.partition("=")[0] }}</ a >
13- {% endfor %}
11+ {% if page.links %}
12+ < div class ="aio-post-links ">
13+ {% for link in page.links %}
14+ < a class ="aio-post-links__item " href ="{{ link.partition( "=")[2] }}"> {{ link.partition("=")[0] }}</ a >
15+ {% endfor %}
16+ </ div >
17+ {% endif %}
1418
1519 {{ page.content }}
1620
You can’t perform that action at this time.
0 commit comments