summaryrefslogtreecommitdiff
path: root/example/templates/article/header.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-05-05 09:37:43 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-05-05 09:37:43 -0600
commit6f143604c28c3165db35c2cad99a0dc76d7ccdaa (patch)
treeaddf3517732d753bde1c258574318bac51b6ca24 /example/templates/article/header.html
parent43ed04c6740a3ac11f7e2fc6d75429951536286e (diff)
Add working file discovery and destination file structure creation
Diffstat (limited to 'example/templates/article/header.html')
-rw-r--r--example/templates/article/header.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/example/templates/article/header.html b/example/templates/article/header.html
deleted file mode 100644
index 48adfef..0000000
--- a/example/templates/article/header.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<!DOCTYPE html>
-<html lang=$$LANG>
-<head>
-<meta charset="utf-8">
-<title>$$TITLE</title>
-$$EXTRAHEAD
-</head>
-<body>