From 86e04f7fe05e29e747b3ca27bb4b01faffffee25 Mon Sep 17 00:00:00 2001 From: Vladislav Shapovalov Date: Fri, 3 Mar 2023 12:40:06 +0200 Subject: [PATCH] add footer.uk.include & template.uk.include --- site/footer.uk.include | 13 +++++ site/template.uk.include | 106 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 119 insertions(+) create mode 100644 site/footer.uk.include create mode 100644 site/template.uk.include diff --git a/site/footer.uk.include b/site/footer.uk.include new file mode 100644 index 0000000..048fdea --- /dev/null +++ b/site/footer.uk.include @@ -0,0 +1,13 @@ + +------------------------------------------------------------------------------- + +* [Політика бінарних блобів](/news/policy.md) +* [Редагувати цю сторінку](/git.md) +* [Хто розробляє Libreboot?](/who.uk.md) +* [Ліцензія](/license.md) +* [Шаблон](/template-license.uk.md) +* [Логотип](/logo-license.uk.md) +* [Автори](/contrib.uk.md) + +------------------------------------------------------------------------------- + diff --git a/site/template.uk.include b/site/template.uk.include new file mode 100644 index 0000000..995fd82 --- /dev/null +++ b/site/template.uk.include @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + +$for(author-meta)$ + +$endfor$ +$if(date-meta)$ + +$endif$ +$if(keywords)$ + +$endif$ + $if(title-prefix)$$title-prefix$ – $endif$$pagetitle$ +$if(quotes)$ + +$endif$ +$if(highlighting-css)$ + +$endif$ +$for(css)$ + +$endfor$ +$if(math)$ + $math$ +$endif$ +$for(header-includes)$ + $header-includes$ +$endfor$ + + + +
+$for(include-before)$ +$include-before$ +$endfor$ +$if(title)$ +
+
+ +

$title$

+
+$if(subtitle)$ +

$subtitle$

+$endif$ +$for(author)$ +

$author$

+$endfor$ +$if(date)$ +

$date$

+$endif$ + +
+
+$endif$ +$if(return)$ +$return$ +$endif$ +$if(toc)$ + +$endif$ +$if(toc)$ +
+$endif$ +$body$ +$for(include-after)$ +$include-after$ +$endfor$ +$if(toc)$ +
+$endif$ +
+ +