update: user i18n to show title

This commit is contained in:
Mohammad Foroughi
2022-10-29 22:28:49 +03:30
parent eae4ca6886
commit 057491d0a4

View File

@@ -12,6 +12,6 @@
display: none;
}
</style>
<title>{{.title}}</title>
<title>{{ i18n .title}}</title>
</head>
{{end}}