mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Add lang attribute to root HTML tag
Allow hyphens css property to work correctly and improve screen readers.
This commit is contained in:
parent
20cd023c07
commit
1fd4c4ef13
4 changed files with 8 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{{ define "base" }}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="{{ replace .language "_" "-"}}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{template "title" .}} - Miniflux</title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue