Skip to content

Commit

Permalink
Dynamic HTML lang handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Nov 5, 2019
1 parent aa95b75 commit bf0baed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" class="no-js">
<html lang="{$language}" class="no-js">
<head>
<meta charset="UTF-8">
<title>{$delimiter=' · '}{if="isset($currentFeed)"}{$currentFeed->getName()}{$delimiter}{/if}{if="isset($currentFolder)"}{$currentFolder->getName()}{$delimiter}{/if}LeedVibes</title>
Expand Down

0 comments on commit bf0baed

Please sign in to comment.