From 5f53acc2251354e8435478411da3d180ad6241b7 Mon Sep 17 00:00:00 2001 From: Arhell Date: Tue, 7 Nov 2023 00:39:10 +0200 Subject: [PATCH] Accessibility add lang tag to html --- .../partials/head.tmpl.partial | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 reactiveui/custom_template/partials/head.tmpl.partial diff --git a/reactiveui/custom_template/partials/head.tmpl.partial b/reactiveui/custom_template/partials/head.tmpl.partial new file mode 100644 index 00000000..70ec4697 --- /dev/null +++ b/reactiveui/custom_template/partials/head.tmpl.partial @@ -0,0 +1,33 @@ +{{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}} + + + + {{#_googleAnalyticsTagId}} + + + {{/_googleAnalyticsTagId}} + {{#redirect_url}} + + {{/redirect_url}} + {{^redirect_url}} + + {{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}} + + + {{#_description}}{{/_description}} + + + + + + + {{#_noindex}}{{/_noindex}} + {{#_enableSearch}}{{/_enableSearch}} + {{#_enableNewTab}}{{/_enableNewTab}} + {{/redirect_url}} +