diff --git a/CHANGELOG.md b/CHANGELOG.md index efa7d53e..18c3dd48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Added +- New portable locale picker that can be placed in any menu using the `locale` action ([#583](https://github.com/jpanther/congo/issues/583)) +- New icons for `chevron-down`, `chevron-up`, `globe` and `translate` - Plausible Analytics support ([#584](https://github.com/jpanther/congo/pull/584)) - Spanish translation of example site samples ([#606](https://github.com/jpanther/congo/pull/606)) - Japanese translation of docs and example site ([#618](https://github.com/jpanther/congo/pull/618)) @@ -15,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Changed +- ⚠️ Renamed the `params.rtl` language parameter to `languageDirection` as this is now supported by Hugo ([#583](https://github.com/jpanther/congo/issues/583)) - Upgrade to Mermaid v10.4.0 ([#577](https://github.com/jpanther/congo/pull/577), [#582](https://github.com/jpanther/congo/pull/582), [#626](https://github.com/jpanther/congo/pull/626), [#638](https://github.com/jpanther/congo/pull/638)) - Upgrade to KaTeX v0.16.8 ([#590](https://github.com/jpanther/congo/pull/590)) - Upgrade to Tailwind v3.3.3 ([#602](https://github.com/jpanther/congo/pull/602)) @@ -28,6 +31,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - URL to Congo project in footer used deprecated git.io short link ([#605](https://github.com/jpanther/congo/issues/605)) - Various typos in the docs and example site ([#608](https://github.com/jpanther/congo/pull/608), [#609](https://github.com/jpanther/congo/pull/609), [#613](https://github.com/jpanther/congo/pull/613)) - Incorrect `render` value is used in the 'external' archetype ([#630](https://github.com/jpanther/congo/pull/630)) +- Minor CSS improvements, mainly relating to RTL styling + +### Removed + +- Locales no longer appear next to the site name/logo as they are now part of the menu system ([#583](https://github.com/jpanther/congo/issues/583)) +- Language parameters `isoCode` and `displayName` are no longer supported ([#583](https://github.com/jpanther/congo/issues/583)) +- Meta `content-language` tag as it was not conveying the intended data (which is already inclded via the HTML `lang` attribute) ## [2.6.1] - 2023-06-04 diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index b3dd0ed7..b5aaffbd 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1745,6 +1745,10 @@ body:has(#menu-controller:checked) { bottom: 0px; } +.bottom-7 { + bottom: 1.75rem; +} + .end-0 { inset-inline-end: 0px; } @@ -1757,6 +1761,10 @@ body:has(#menu-controller:checked) { top: 5rem; } +.top-8 { + top: 2rem; +} + .top-\[100vh\] { top: 100vh; } @@ -1961,6 +1969,10 @@ body:has(#menu-controller:checked) { height: 3rem; } +.h-2 { + height: 0.5rem; +} + .h-24 { height: 6rem; } @@ -2065,6 +2077,10 @@ body:has(#menu-controller:checked) { flex: none; } +.flex-grow { + flex-grow: 1; +} + .grow { flex-grow: 1; } @@ -2112,6 +2128,10 @@ body:has(#menu-controller:checked) { align-items: center; } +.justify-end { + justify-content: flex-end; +} + .justify-center { justify-content: center; } @@ -2144,6 +2164,10 @@ body:has(#menu-controller:checked) { scroll-behavior: smooth; } +.whitespace-nowrap { + white-space: nowrap; +} + .\!rounded-md { border-radius: 0.375rem !important; } @@ -2338,6 +2362,11 @@ body:has(#menu-controller:checked) { padding-bottom: 1rem; } +.pe-10 { + -webkit-padding-end: 2.5rem; + padding-inline-end: 2.5rem; +} + .pe-2 { -webkit-padding-end: 0.5rem; padding-inline-end: 0.5rem; @@ -2388,6 +2417,14 @@ body:has(#menu-controller:checked) { text-align: right; } +.text-start { + text-align: start; +} + +.text-end { + text-align: end; +} + .align-top { vertical-align: top; } @@ -2545,6 +2582,12 @@ body:has(#menu-controller:checked) { opacity: 0; } +.shadow { + --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + .shadow-lg { --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); @@ -2708,6 +2751,10 @@ body:has(#menu-controller:checked) { outline-color: transparent; } +.group:hover .group-hover\:visible { + visibility: visible; +} + .group:hover .group-hover\:-translate-x-\[2px\] { --tw-translate-x: -2px; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); @@ -2743,6 +2790,10 @@ body:has(#menu-controller:checked) { opacity: 1; } +:is([dir="ltr"] .ltr\:right-0) { + right: 0px; +} + :is([dir="ltr"] .ltr\:block) { display: block; } @@ -2755,8 +2806,8 @@ body:has(#menu-controller:checked) { display: none; } -:is([dir="ltr"] .ltr\:text-right) { - text-align: right; +:is([dir="rtl"] .rtl\:left-0) { + left: 0px; } :is([dir="rtl"] .rtl\:block) { @@ -2771,10 +2822,6 @@ body:has(#menu-controller:checked) { display: none; } -:is([dir="rtl"] .rtl\:text-left) { - text-align: left; -} - :is(.dark .dark\:inline) { display: inline; } diff --git a/assets/icons/chevron-down.svg b/assets/icons/chevron-down.svg new file mode 100644 index 00000000..fc640bd1 --- /dev/null +++ b/assets/icons/chevron-down.svg @@ -0,0 +1 @@ + diff --git a/assets/icons/chevron-up.svg b/assets/icons/chevron-up.svg new file mode 100644 index 00000000..a2b79a29 --- /dev/null +++ b/assets/icons/chevron-up.svg @@ -0,0 +1 @@ + diff --git a/assets/icons/globe.svg b/assets/icons/globe.svg new file mode 100644 index 00000000..6304e060 --- /dev/null +++ b/assets/icons/globe.svg @@ -0,0 +1 @@ + diff --git a/assets/icons/translate.svg b/assets/icons/translate.svg new file mode 100644 index 00000000..eae60ffc --- /dev/null +++ b/assets/icons/translate.svg @@ -0,0 +1,4 @@ + + + + diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 2c01eb6d..0331c5d1 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -1,15 +1,12 @@ languageCode = "en" languageName = "English" +languageDirection = "ltr" weight = 1 title = "Congo" # copyright = "Copy, _right?_ :thinking_face:" [params] - isoCode = "en" - displayName = "EN" - rtl = false - dateFormat = "2 January 2006" # mainSections = ["section1", "section2"] diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 300074b8..758fbf44 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -31,6 +31,12 @@ [main.params] action = "search" +[[main]] + identifier = "locale" + weight = 100 + [main.params] + action = "locale" + # -- Footer Menu -- # The footer menu is displayed at the bottom of the page, just before # the copyright notice. Configure as per the main menu above. diff --git a/exampleSite/config/_default/languages.de.toml b/exampleSite/config/_default/languages.de.toml index 25fe6662..8358883c 100644 --- a/exampleSite/config/_default/languages.de.toml +++ b/exampleSite/config/_default/languages.de.toml @@ -1,15 +1,12 @@ -languageCode = "de-de" +languageCode = "de-DE" languageName = "Deutsch (Deutschland)" +languageDirection = "ltr" weight = 4 title = "Congo" copyright = "© 2023 Congo contributors" [params] - isoCode = "de-de" - displayName = ":de:" - rtl = false - dateFormat = "2. January 2006" mainSections = ["samples"] diff --git a/exampleSite/config/_default/languages.en.toml b/exampleSite/config/_default/languages.en.toml index 2d4e6a2d..e5b93f9a 100644 --- a/exampleSite/config/_default/languages.en.toml +++ b/exampleSite/config/_default/languages.en.toml @@ -1,15 +1,12 @@ -languageCode = "en-au" +languageCode = "en-AU" languageName = "English (Australia)" +languageDirection = "ltr" weight = 1 title = "Congo" copyright = "© 2023 Congo contributors" [params] - isoCode = "en-AU" - displayName = ":flag-au:" - rtl = false - dateFormat = "2 January 2006" mainSections = ["samples"] diff --git a/exampleSite/config/_default/languages.es.toml b/exampleSite/config/_default/languages.es.toml index 6bcac9f4..1d499080 100644 --- a/exampleSite/config/_default/languages.es.toml +++ b/exampleSite/config/_default/languages.es.toml @@ -1,15 +1,12 @@ -languageCode = "es-mx" +languageCode = "es-MX" languageName = "Español (México)" +languageDirection = "ltr" weight = 2 title = "Congo" copyright = "© 2023 Congo contributors" [params] - isoCode = "es-MX" - displayName = ":flag-mx:" - rtl = false - dateFormat = "2 January 2006" mainSections = ["samples"] diff --git a/exampleSite/config/_default/languages.ja.toml b/exampleSite/config/_default/languages.ja.toml index 810f4bee..b2a04f69 100644 --- a/exampleSite/config/_default/languages.ja.toml +++ b/exampleSite/config/_default/languages.ja.toml @@ -1,15 +1,12 @@ languageCode = "ja" languageName = "日本語" +languageDirection = "ltr" weight = 2 title = "Congo" copyright = "© 2023 Congo contributors" [params] - isoCode = "ja" - displayName = ":jp:" - rtl = false - dateFormat = "2006年1月2日" mainSections = ["samples"] diff --git a/exampleSite/config/_default/menus.de.toml b/exampleSite/config/_default/menus.de.toml index 605418d9..cbacbed9 100644 --- a/exampleSite/config/_default/menus.de.toml +++ b/exampleSite/config/_default/menus.de.toml @@ -40,6 +40,12 @@ [main.params] action = "search" +[[main]] + identifier = "locale" + weight = 100 + [main.params] + action = "locale" + # -- Footer Menu -- # The footer menu is displayed at the bottom of the page, just before # the copyright notice. Configure as per the main menu above. diff --git a/exampleSite/config/_default/menus.en.toml b/exampleSite/config/_default/menus.en.toml index 9669505c..4fe21c56 100644 --- a/exampleSite/config/_default/menus.en.toml +++ b/exampleSite/config/_default/menus.en.toml @@ -40,6 +40,12 @@ [main.params] action = "search" +[[main]] + identifier = "locale" + weight = 100 + [main.params] + action = "locale" + # -- Footer Menu -- # The footer menu is displayed at the bottom of the page, just before # the copyright notice. Configure as per the main menu above. diff --git a/exampleSite/config/_default/menus.es.toml b/exampleSite/config/_default/menus.es.toml index beeed91a..2f243198 100644 --- a/exampleSite/config/_default/menus.es.toml +++ b/exampleSite/config/_default/menus.es.toml @@ -40,6 +40,12 @@ [main.params] action = "search" +[[main]] + identifier = "locale" + weight = 100 + [main.params] + action = "locale" + # -- Footer Menu -- # The footer menu is displayed at the bottom of the page, just before # the copyright notice. Configure as per the main menu above. diff --git a/exampleSite/config/_default/menus.ja.toml b/exampleSite/config/_default/menus.ja.toml index bb256bc5..74b42379 100644 --- a/exampleSite/config/_default/menus.ja.toml +++ b/exampleSite/config/_default/menus.ja.toml @@ -40,6 +40,12 @@ [main.params] action = "search" +[[main]] + identifier = "locale" + weight = 100 + [main.params] + action = "locale" + # -- Footer Menu -- # The footer menu is displayed at the bottom of the page, just before # the copyright notice. Configure as per the main menu above. diff --git a/exampleSite/content/docs/configuration/index.ja.md b/exampleSite/content/docs/configuration/index.ja.md index 2225c2f8..22febbc2 100644 --- a/exampleSite/content/docs/configuration/index.ja.md +++ b/exampleSite/content/docs/configuration/index.ja.md @@ -89,14 +89,12 @@ Congoは現在、以下の言語に対応しています: |Name|Default|Description| |---|---|---| -|`languageCode`|`"en"`|このファイルの言語コード。トップレベル言語 (例 `en`)またはサブ変数 (例 `en-au`)で、ファイル名の `[language-code]` と一致する必要があります。Hugoはこの値が常に小文字であることを期待しています。HTMLに正しく準拠するためには、大文字と小文字を区別する `params.isoCode` パラメーターを設定してください。| +|`languageCode`|`"en"`|このファイルの言語コード。トップレベル言語 (例 `en`)またはサブ変数 (例 `en-AU`)で、ファイル名の `[language-code]` と一致する必要があります。| |`languageName`|`"English"`|言語名。| +|`languageDirection`|`"ltr"`|RTL言語かどうか。 `"rtl"` に設定すると、コンテンツを右から左にリフローする。CongoはRTL言語とLTR言語の同時使用を完全にサポートしており、動的に両方の言語に調整します。| |`weight`|`1`|多言語サイトを構築する際の優先順序。| |`title`|`"Congo"`|ウェブサイトのタイトル。サイトのヘッダーとフッターに表示されます。| |`copyright`|_Not set_|サイトのフッターに表示する著作権メッセージを含むMarkdown文字列。何も指定されない場合、Congoは `title` を使って自動的にコピーライト文字列を生成します。| -|`params.isoCode`|`"en"`|HTMLメタデータ用のISO言語コード。トップレベル言語 (例 `en`)またはサブバリアント (例 `en-AU`)です。| -|`params.displayName`|`"EN"`|ウェブサイトに表示される際に使用される言語名。| -|`params.rtl`|`false`|RTL言語かどうか。 `true` に設定すると、コンテンツを右から左にリフローする。CongoはRTL言語とLTR言語の同時使用を完全にサポートしており、動的に両方の言語に調整します。| |`params.dateFormat`|`"2 January 2006"`|日付の書式。許容される書式については、[Hugo docs](https://gohugo.io/functions/format/#gos-layout-string)を参照してください。| |`params.mainSections`|_Not set_|最近の記事リストに表示するセクション。指定されていない場合は、記事の数が最も多いセクションが使われます。| |`params.description`|_Not set_|ウェブサイトの説明。これはサイトのメタデータに使用されます。| diff --git a/exampleSite/content/docs/configuration/index.md b/exampleSite/content/docs/configuration/index.md index 1b3f6ba3..cdb66b02 100644 --- a/exampleSite/content/docs/configuration/index.md +++ b/exampleSite/content/docs/configuration/index.md @@ -89,14 +89,12 @@ The default file can be used as a template to create additional languages, or re |Name|Default|Description| |---|---|---| -|`languageCode`|`"en"`|The Hugo language code for this file. It can be a top-level language (ie. `en`) or a sub-variant (ie. `en-au`) and should match the language code in the filename. Hugo expects this value to always be in lowercase. For proper HTML compliance, set the `params.isoCode` parameter which is case-sensitive.| +|`languageCode`|`"en"`|The Hugo language code for this file. It can be a top-level language (ie. `en`) or a sub-variant (ie. `en-AU`) and should match the language code in the filename.| |`languageName`|`"English"`|The name of the language.| +|`languageDirection`|`"ltr"`|Whether or not this is an RTL language. Set to `"rtl"` to reflow content from right-to-left. Congo fully supports using RTL and LTR languages at the same time and will dynamically adjust to both.| |`weight`|`1`|The weight determines the order of languages when building multilingual sites.| |`title`|`"Congo"`|The title of the website. This will be displayed in the site header and footer.| |`copyright`|_Not set_|A Markdown string containing the copyright message to be displayed in the site footer. If none is provided, Congo will automatically generate a copyright string using the site `title`.| -|`params.isoCode`|`"en"`|The ISO language code for HTML metadata purposes. It can be a top-level language (ie. `en`) or a sub-variant (ie. `en-AU`).| -|`params.displayName`|`"EN"`|The name used when the language appears on the website.| -|`params.rtl`|`false`|Whether or not this is a RTL language. Set to `true` to reflow content from right-to-left. Congo fully supports using RTL and LTR languages at the same time and will dynamically adjust to both.| |`params.dateFormat`|`"2 January 2006"`|How dates are formatted in this language. Refer to the [Hugo docs](https://gohugo.io/functions/format/#gos-layout-string) for acceptable formats.| |`params.mainSections`|_Not set_|The sections that should be displayed in the recent articles list. If not provided the section with the greatest number of articles is used.| |`params.description`|_Not set_|The website description. This will be used in the site metadata.| diff --git a/exampleSite/content/docs/getting-started/index.md b/exampleSite/content/docs/getting-started/index.md index 0c0821ba..27dd1479 100644 --- a/exampleSite/content/docs/getting-started/index.md +++ b/exampleSite/content/docs/getting-started/index.md @@ -231,9 +231,10 @@ Further customisation can be achieved through the use of special theme parameter There is a special case for creating menu items for links that take theme actions. These are denoted using the `action` parameter, and a value of the action the link should perform. Action links allow for all the same custom parameters as other links and can be styled with an icon or text name. -There are two valid theme actions: +There are three valid theme actions: - `appearance` will create a link to the appearance switcher +- `locale` will create a drop down picker to access translated content - `search` will create a link to the site search Both menus are completely optional and can be commented out if not required. Use the template provided in the default file as a guide. diff --git a/exampleSite/content/samples/icons/index.de.md b/exampleSite/content/samples/icons/index.de.md index 985b9af6..8569c0b7 100644 --- a/exampleSite/content/samples/icons/index.de.md +++ b/exampleSite/content/samples/icons/index.de.md @@ -23,6 +23,8 @@ Die vollständige Liste der integrierten Icons und ihre entsprechenden Namen fin | blogger | {{< icon blogger >}} | | bug | {{< icon bug >}} | | check | {{< icon check >}} | +| chevron-down | {{< icon chevron-down >}} | +| chevron-up | {{< icon chevron-up >}} | | circle-info | {{< icon circle-info >}} | | codepen | {{< icon codepen >}} | | comment | {{< icon comment >}} | @@ -35,6 +37,7 @@ Die vollständige Liste der integrierten Icons und ihre entsprechenden Namen fin | foursquare | {{< icon foursquare >}} | | github | {{< icon github >}} | | gitlab | {{< icon gitlab >}} | +| globe | {{< icon globe >}} | | google | {{< icon google >}} | | hashnode | {{< icon hashnode >}} | | instagram | {{< icon instagram >}} | @@ -68,10 +71,11 @@ Die vollständige Liste der integrierten Icons und ihre entsprechenden Namen fin | tag | {{< icon tag >}} | | telegram | {{< icon telegram >}} | | tiktok | {{< icon tiktok >}} | +| translate | {{< icon translate >}} | | triangle-exclamation | {{< icon triangle-exclamation >}} | | tumblr | {{< icon tumblr >}} | | twitch | {{< icon twitch >}} | | twitter | {{< icon twitter >}} | | whatsapp | {{< icon whatsapp >}} | | xmark | {{< icon xmark >}} | -| youtube | {{< icon youtube >}} | +| youtube | {{< icon youtube >}} | \ No newline at end of file diff --git a/exampleSite/content/samples/icons/index.es.md b/exampleSite/content/samples/icons/index.es.md index 6ee493f7..2a0190ea 100644 --- a/exampleSite/content/samples/icons/index.es.md +++ b/exampleSite/content/samples/icons/index.es.md @@ -23,6 +23,8 @@ La lista completa de íconos incorporados y sus nombres correspondientes se pued | blogger | {{< icon blogger >}} | | bug | {{< icon bug >}} | | check | {{< icon check >}} | +| chevron-down | {{< icon chevron-down >}} | +| chevron-up | {{< icon chevron-up >}} | | circle-info | {{< icon circle-info >}} | | codepen | {{< icon codepen >}} | | comment | {{< icon comment >}} | @@ -35,6 +37,7 @@ La lista completa de íconos incorporados y sus nombres correspondientes se pued | foursquare | {{< icon foursquare >}} | | github | {{< icon github >}} | | gitlab | {{< icon gitlab >}} | +| globe | {{< icon globe >}} | | google | {{< icon google >}} | | hashnode | {{< icon hashnode >}} | | instagram | {{< icon instagram >}} | @@ -68,10 +71,11 @@ La lista completa de íconos incorporados y sus nombres correspondientes se pued | tag | {{< icon tag >}} | | telegram | {{< icon telegram >}} | | tiktok | {{< icon tiktok >}} | +| translate | {{< icon translate >}} | | triangle-exclamation | {{< icon triangle-exclamation >}} | | tumblr | {{< icon tumblr >}} | | twitch | {{< icon twitch >}} | | twitter | {{< icon twitter >}} | | whatsapp | {{< icon whatsapp >}} | | xmark | {{< icon xmark >}} | -| youtube | {{< icon youtube >}} | +| youtube | {{< icon youtube >}} | \ No newline at end of file diff --git a/exampleSite/content/samples/icons/index.ja.md b/exampleSite/content/samples/icons/index.ja.md index f84450c1..66ef9285 100644 --- a/exampleSite/content/samples/icons/index.ja.md +++ b/exampleSite/content/samples/icons/index.ja.md @@ -23,6 +23,8 @@ Congoは[FontAwesome 6](https://fontawesome.com/icons)のアイコンをサポ | blogger | {{< icon blogger >}} | | bug | {{< icon bug >}} | | check | {{< icon check >}} | +| chevron-down | {{< icon chevron-down >}} | +| chevron-up | {{< icon chevron-up >}} | | circle-info | {{< icon circle-info >}} | | codepen | {{< icon codepen >}} | | comment | {{< icon comment >}} | @@ -35,6 +37,7 @@ Congoは[FontAwesome 6](https://fontawesome.com/icons)のアイコンをサポ | foursquare | {{< icon foursquare >}} | | github | {{< icon github >}} | | gitlab | {{< icon gitlab >}} | +| globe | {{< icon globe >}} | | google | {{< icon google >}} | | hashnode | {{< icon hashnode >}} | | instagram | {{< icon instagram >}} | @@ -68,6 +71,7 @@ Congoは[FontAwesome 6](https://fontawesome.com/icons)のアイコンをサポ | tag | {{< icon tag >}} | | telegram | {{< icon telegram >}} | | tiktok | {{< icon tiktok >}} | +| translate | {{< icon translate >}} | | triangle-exclamation | {{< icon triangle-exclamation >}} | | tumblr | {{< icon tumblr >}} | | twitch | {{< icon twitch >}} | diff --git a/exampleSite/content/samples/icons/index.md b/exampleSite/content/samples/icons/index.md index 2de5eddd..fd5711f7 100644 --- a/exampleSite/content/samples/icons/index.md +++ b/exampleSite/content/samples/icons/index.md @@ -23,6 +23,8 @@ The full list of built-in icons and their corresponding names can referenced bel | blogger | {{< icon blogger >}} | | bug | {{< icon bug >}} | | check | {{< icon check >}} | +| chevron-down | {{< icon chevron-down >}} | +| chevron-up | {{< icon chevron-up >}} | | circle-info | {{< icon circle-info >}} | | codepen | {{< icon codepen >}} | | comment | {{< icon comment >}} | @@ -35,6 +37,7 @@ The full list of built-in icons and their corresponding names can referenced bel | foursquare | {{< icon foursquare >}} | | github | {{< icon github >}} | | gitlab | {{< icon gitlab >}} | +| globe | {{< icon globe >}} | | google | {{< icon google >}} | | hashnode | {{< icon hashnode >}} | | instagram | {{< icon instagram >}} | @@ -68,6 +71,7 @@ The full list of built-in icons and their corresponding names can referenced bel | tag | {{< icon tag >}} | | telegram | {{< icon telegram >}} | | tiktok | {{< icon tiktok >}} | +| translate | {{< icon translate >}} | | triangle-exclamation | {{< icon triangle-exclamation >}} | | tumblr | {{< icon tumblr >}} | | twitch | {{< icon twitch >}} | diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 009ff88b..82d1fadd 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,17 +2,11 @@ {{- partial "partials/functions/init.html" . -}} {{- partial "head.html" . -}}