forked from github/pelican
Support translation of lang attribute in default themes
This commit is contained in:
parent
29b93366cf
commit
71af410285
11 changed files with 12 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ DEFAULT_LANG }}">
|
||||
<html lang="{% block html_lang %}{{ DEFAULT_LANG }}{% endblock html_lang %}">
|
||||
<head>
|
||||
{% block head %}
|
||||
<title>{% block title %}{{ SITENAME }}{% endblock title %}</title>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue