Fix webpage snippet doctype.

This commit is contained in:
voussoir 2021-07-01 15:52:04 -07:00
parent aa816f38e6
commit 3f357438e6
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -1,6 +1,6 @@
<snippet>
<content><![CDATA[
<!DOCTYPE html5>
<!DOCTYPE html>
<html>
<head>
{% import "header.html" as header %}