Remove _includes/langs, use anchors in YAML instead
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
{% include section_config section=include.section lang=include.lang %}
|
||||
|
||||
<h1 id="ukusa" class="anchor"><a href="#ukusa"><i class="fas fa-link anchor-icon"></i></a> {{ title }} </h1>
|
||||
<h1 id="ukusa" class="anchor"><a href="#ukusa"><i class="fas fa-link anchor-icon"></i></a> {{ lang.title }} </h1>
|
||||
<img src="/assets/img/layout/UKUSA.png" class="img-fluid float-right" alt="UKUSA Agreement" style="margin-left:10px;">
|
||||
{{ description }}
|
||||
{{ lang.description }}
|
||||
|
||||
<!-- chart -->
|
||||
<div class="row mb-3">
|
||||
{% include components/panel.html color="danger"
|
||||
title=five_eyes
|
||||
title=lang.five_eyes
|
||||
list='
|
||||
- Australia <div class="float-right"><span class="flag-icon flag-icon-au"></span></div>
|
||||
- Canada <div class="float-right"><span class="flag-icon flag-icon-ca"></span></div>
|
||||
@ -18,7 +18,7 @@
|
||||
%}
|
||||
|
||||
{% include components/panel.html color="warning"
|
||||
title=nine_eyes
|
||||
title=lang.nine_eyes
|
||||
list='
|
||||
- Denmark <div class="float-right"><span class="flag-icon flag-icon-dk"></span></div>
|
||||
- France <div class="float-right"><span class="flag-icon flag-icon-fr"></span></div>
|
||||
@ -28,7 +28,7 @@
|
||||
%}
|
||||
|
||||
{% include components/panel.html color="secondary"
|
||||
title=fourteen_eyes
|
||||
title=lang.fourteen_eyes
|
||||
list='
|
||||
- Belgium <div class="float-right"><span class="flag-icon flag-icon-be"></span></div>
|
||||
- Germany <div class="float-right"><span class="flag-icon flag-icon-de"></span></div>
|
||||
|
Reference in New Issue
Block a user