Update _layout.handlebars

This commit is contained in:
techboyg5 2020-08-17 12:45:33 -05:00 committed by GitHub
parent 2babe69fbb
commit e3b1c441cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xml:lang="en"{{#if rtl}} dir="rtl"{{/if}}>
<html lang="en"{{#if rtl}} dir="rtl"{{/if}}>
<head>
<meta charset="utf-8">
<title>{{#block "windowTitle"}}{{l10n "Mibew Messenger"}}{{/block}}</title>