Adds lang tag to html element
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-11-22 08:15:48 -05:00
parent 4d40cab164
commit b9e2905617

View File

@@ -1,7 +1,7 @@
{% import "macros/macros.html" as post_macros %}
<!DOCTYPE html>
<html>
<html lang="en">
{% include "partials/header.html" %}
<body>