diff --git a/_includes/api/index-xdefallo.html b/_includes/api/index-xdefallo.html new file mode 100644 index 0000000..9296dc9 --- /dev/null +++ b/_includes/api/index-xdefallo.html @@ -0,0 +1,16 @@ + + +{% assign xapi = include.xapi %} +{% assign h_1sx = include.initiale_html_hN %} +{% assign h_2sx = h_1sx | plus: 1 %} +{% assign h_3sx = h_2sx | plus: 1 %} + +{% assign h1sx = h_1sx | prepend: 'h' %} +{% assign h2sx = h_2sx | prepend: 'h' %} +{% assign h3sx = h_3sx | prepend: 'h' %} + +{% for rem in xapi.alternativum %} +
+ {% include api/item.html api=rem initiale_html_hN=h_1sx multiplum_linguam=true %} +
+{% endfor %} diff --git a/_includes/api/index.html b/_includes/api/index.html index 2368c2a..6ac50b8 100644 --- a/_includes/api/index.html +++ b/_includes/api/index.html @@ -4,9 +4,9 @@ {% assign h_2ax = h_1ax | plus: 1 %} {% assign h_3ax = h_2ax | plus: 1 %} -{% assign h1ax = h_1ax | | prepend: 'h' %} -{% assign h2ax = h_2ax | | prepend: 'h' %} -{% assign h3ax = h_3ax | | prepend: 'h' %} +{% assign h1ax = h_1ax | prepend: 'h' %} +{% assign h2ax = h_2ax | prepend: 'h' %} +{% assign h3ax = h_3ax | prepend: 'h' %} {% for globum in site.data.hapi.globum %} {% if globum.collectionem_xapi[0] %} diff --git a/_includes/api/item.html b/_includes/api/item.html index 3f32c76..a717a86 100644 --- a/_includes/api/item.html +++ b/_includes/api/item.html @@ -6,10 +6,10 @@ {% assign h_2 = h_1 | plus: 1 %} {% assign h_3 = h_2 | plus: 1 %} {% assign h_4 = h_3 | plus: 1 %} -{% assign h1 = h_1 | | prepend: 'h' %} -{% assign h2 = h_2 | | prepend: 'h' %} -{% assign h3 = h_3 | | prepend: 'h' %} -{% assign h4 = h_4 | | prepend: 'h' %} +{% assign h1 = h_1 | prepend: 'h' %} +{% assign h2 = h_2 | prepend: 'h' %} +{% assign h3 = h_3 | prepend: 'h' %} +{% assign h4 = h_4 | prepend: 'h' %}
diff --git a/_includes/caput-ltr.html b/_includes/caput-ltr.html deleted file mode 100644 index fe3b9ee..0000000 --- a/_includes/caput-ltr.html +++ /dev/null @@ -1,129 +0,0 @@ - - - diff --git a/_includes/caput.html b/_includes/caput.html index 670b0de..fe3b9ee 100644 --- a/_includes/caput.html +++ b/_includes/caput.html @@ -1,95 +1,93 @@ + - - - - diff --git a/_includes/meta-caput.html b/_includes/meta-caput.html index c5c96e6..c78adf3 100644 --- a/_includes/meta-caput.html +++ b/_includes/meta-caput.html @@ -4,10 +4,22 @@ {% comment %}{%- seo -%}{% endcomment %} {%- include meta-caput-seo.html -%} - {% comment %}{% endcomment %} - - + + {% if page.htmldir == 'rtl' -%} + + {%- else -%} + + {%- endif %} diff --git a/_includes/schemam/index-xdefallo.html b/_includes/schemam/index-xdefallo.html new file mode 100644 index 0000000..e2f8371 --- /dev/null +++ b/_includes/schemam/index-xdefallo.html @@ -0,0 +1,16 @@ + + +{% assign xschemam = include.xschemam %} +{% assign h_1sx = include.initiale_html_hN %} +{% assign h_2sx = h_1sx | plus: 1 %} +{% assign h_3sx = h_2sx | plus: 1 %} + +{% assign h1sx = h_1sx | prepend: 'h' %} +{% assign h2sx = h_2sx | prepend: 'h' %} +{% assign h3sx = h_3sx | prepend: 'h' %} + +{% for rem in xschemam.alternativum %} +
+ {% include schemam/item.html schemam=rem initiale_html_hN=h_3sx multiplum_linguam=true %} +
+{% endfor %} diff --git a/_includes/schemam/index.html b/_includes/schemam/index.html index 3e9e218..c6d465a 100644 --- a/_includes/schemam/index.html +++ b/_includes/schemam/index.html @@ -4,9 +4,9 @@ {% assign h_2sx = h_1sx | plus: 1 %} {% assign h_3sx = h_2sx | plus: 1 %} -{% assign h1sx = h_1sx | | prepend: 'h' %} -{% assign h2sx = h_2sx | | prepend: 'h' %} -{% assign h3sx = h_3sx | | prepend: 'h' %} +{% assign h1sx = h_1sx | prepend: 'h' %} +{% assign h2sx = h_2sx | prepend: 'h' %} +{% assign h3sx = h_3sx | prepend: 'h' %} {% for xschemam_global in site.data.hapi.xschemam %} diff --git a/_includes/schemam/item.html b/_includes/schemam/item.html index 21fdb06..d57aef6 100644 --- a/_includes/schemam/item.html +++ b/_includes/schemam/item.html @@ -6,10 +6,10 @@ {% assign h_2 = h_1 | plus: 1 %} {% assign h_3 = h_2 | plus: 1 %} {% assign h_4 = h_3 | plus: 1 %} -{% assign h1 = h_1 | | prepend: 'h' %} -{% assign h2 = h_2 | | prepend: 'h' %} -{% assign h3 = h_3 | | prepend: 'h' %} -{% assign h4 = h_4 | | prepend: 'h' %} +{% assign h1 = h_1 | prepend: 'h' %} +{% assign h2 = h_2 | prepend: 'h' %} +{% assign h3 = h_3 | prepend: 'h' %} +{% assign h4 = h_4 | prepend: 'h' %}
diff --git a/_includes/xdefallo-linguam-notitia.html b/_includes/xdefallo-linguam-notitia.html new file mode 100644 index 0000000..d979828 --- /dev/null +++ b/_includes/xdefallo-linguam-notitia.html @@ -0,0 +1,9 @@ + + + diff --git a/_layouts/api.html b/_layouts/api.html index f688bcd..76ab6a4 100644 --- a/_layouts/api.html +++ b/_layouts/api.html @@ -1,5 +1,5 @@ --- -layout: defallo-ltr +layout: defallo ---
diff --git a/_layouts/defallo-ltr.html b/_layouts/defallo-ltr.html deleted file mode 100644 index 24f690e..0000000 --- a/_layouts/defallo-ltr.html +++ /dev/null @@ -1,52 +0,0 @@ - - - -{%- include meta-caput.html -%} - - - - {%- include caput-ltr.html -%} - {%- include peritum-modum/paginam-experimentum.html -%} - -
-

{{ page.titulum | default: page.title }}

- {{ page.descriptionem | default: page.description | markdownify }} - -
- - -
- - {% if page.speciale_html %} - {{ page.speciale_html | liquify }} - {% endif %} - {% if page.toc %} -
- -
- {% endif %} -
- -
-
- {{ content }} - - {% include alternativum-linguam.html rem=page initiale_html_hN=2 %} -
-
- - {%- include pedem.html -%} - {%- include peritum-modum/paginam-experimentum.html -%} - - {%- include peritum-modum/instrumentum-balteum.html -%} - - - - diff --git a/_layouts/defallo.html b/_layouts/defallo.html index 5feb046..9e788e6 100644 --- a/_layouts/defallo.html +++ b/_layouts/defallo.html @@ -1,19 +1,59 @@ - + {%- include meta-caput.html -%} + + + Skip to main content + {%- include caput.html -%} + {%- include peritum-modum/paginam-experimentum.html -%} + +
+

{{ page.titulum | default: page.title }}

+ {{ page.descriptionem | default: page.description | markdownify }} + +
+ + +
+ + {% if page.speciale_html %} + {{ page.speciale_html | liquify }} + {% endif %} + {% if page.toc %} +
+ +
+ {% endif %} +
{{ content }} + + {% include alternativum-linguam.html rem=page initiale_html_hN=2 %}
{%- include pedem.html -%} + {%- include peritum-modum/paginam-experimentum.html -%} {%- include peritum-modum/instrumentum-balteum.html -%} diff --git a/_layouts/schemam.html b/_layouts/schemam.html index a54aebc..d07768d 100644 --- a/_layouts/schemam.html +++ b/_layouts/schemam.html @@ -1,20 +1,7 @@ --- -layout: defallo-ltr +layout: defallo --- - - {% include schemam/rem.html schemam=page initiale_html_hN=2 %}
diff --git a/_layouts/xapi.html b/_layouts/xapi.html index 1ad76b1..46cc583 100644 --- a/_layouts/xapi.html +++ b/_layouts/xapi.html @@ -1,10 +1,10 @@ --- layout: defallo-mul-Zyyy --- +{% include xdefallo-linguam-notitia.html %} +{% include api/index-xdefallo.html xapi=page initiale_html_hN=2 %} -
- -{% for api_alt in page.alternativum %} +{% comment %} {% for api_alt in page.alternativum %} {% if api_alt.url == page.url %} {% continue %} {% endif %} @@ -29,11 +29,4 @@

{% endfor %} -
- +
{% endcomment %} diff --git a/_layouts/xschemam.html b/_layouts/xschemam.html index 1954dbf..1b2f44d 100644 --- a/_layouts/xschemam.html +++ b/_layouts/xschemam.html @@ -1,18 +1,17 @@ --- layout: defallo-mul-Zyyy --- + -
+{% assign h_1sx = include.initiale_html_hN %} +{% assign h_2sx = h_1sx | plus: 1 %} +{% assign h_3sx = h_2sx | plus: 1 %} -
-{{- page | bellum_json -}}
-
+{% assign h1sx = h_1sx | prepend: 'h' %} +{% assign h2sx = h_2sx | prepend: 'h' %} +{% assign h3sx = h_3sx | prepend: 'h' %} + +{% include xdefallo-linguam-notitia.html %} + +{% include schemam/index-xdefallo.html xschemam=page initiale_html_hN=2 %} -
- diff --git a/documentum/arb-Arab/index.md b/documentum/arb-Arab/index.md index 505ad81..566f479 100644 --- a/documentum/arb-Arab/index.md +++ b/documentum/arb-Arab/index.md @@ -9,7 +9,7 @@ linguam: arb-Arab permalink: /arb-Arab/ # categories: [ index ] # layout: defallo -layout: defallo-ltr +layout: defallo categories: ['index', 'linguam-arb-Arab'] tags: ['index', 'linguam-arb-Arab'] @@ -18,7 +18,7 @@ tags: ['index', 'linguam-arb-Arab'] # we would do with automatically generated API pages. # (Emerson Rocha, 2021-05-25 04:30 UTC) # [eng]_ -htmldir: rlt +htmldir: rtl iso6391: ar # iso6391: es iso6393: arb diff --git a/documentum/eng-Latn/index.md b/documentum/eng-Latn/index.md index b49bed8..06fe2e7 100644 --- a/documentum/eng-Latn/index.md +++ b/documentum/eng-Latn/index.md @@ -11,7 +11,7 @@ linguam: eng-Latn permalink: /eng-Latn/ # categories: [ index ] # layout: defallo -layout: defallo-ltr +layout: defallo categories: ['index', 'linguam-eng-Latn'] tags: ['index', 'linguam-eng-Latn'] diff --git a/documentum/por-Latn/index.md b/documentum/por-Latn/index.md index c918f28..e47237e 100644 --- a/documentum/por-Latn/index.md +++ b/documentum/por-Latn/index.md @@ -11,7 +11,7 @@ linguam: por-Latn permalink: /por-Latn/ # categories: [ index ] # layout: defallo -layout: defallo-ltr +layout: defallo categories: ['index', 'linguam-por-Latn'] tags: ['index', 'linguam-por-Latn'] diff --git a/documentum/spa-Latn/index.md b/documentum/spa-Latn/index.md index d7e6f43..aed44e7 100644 --- a/documentum/spa-Latn/index.md +++ b/documentum/spa-Latn/index.md @@ -9,7 +9,7 @@ linguam: spa-Latn permalink: /spa-Latn/ # categories: [ index ] # layout: defallo -layout: defallo-ltr +layout: defallo categories: ['index', 'linguam-spa-Latn'] tags: ['index', 'linguam-spa-Latn']