about summary refs log tree commit diff homepage
path: root/_layout/tag.html
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-08 14:16:23 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-08 14:16:23 +0700
commita1849b3e81fa23b844933728c9ecce38b00b2a29 (patch)
treedc3a0180f90351b2847d59e31c8f5746a25f19e7 /_layout/tag.html
parent752a020bf54082e8af3c966f4740abf5914ac821 (diff)
downloadsite-a1849b3e81fa23b844933728c9ecce38b00b2a29.tar.gz
Clean up style
Diffstat (limited to '_layout/tag.html')
-rw-r--r--_layout/tag.html16
1 files changed, 7 insertions, 9 deletions
diff --git a/_layout/tag.html b/_layout/tag.html
index 979b60c..696f6de 100644
--- a/_layout/tag.html
+++ b/_layout/tag.html
@@ -1,15 +1,13 @@
 <!doctype html>
-<html lang="en">
-<head>
-  <meta charset="UTF-8">
-  <meta name="viewport" content="width=device-width, initial-scale=1">
-  <link rel="stylesheet" href="/css/franklin.css">
-  <link rel="stylesheet" href="/css/basic.css">
-  <title>Tag: {{fill fd_tag}}</title>
-</head>
+<html lang=en>
+<meta charset=UTF-8>
+<meta name=viewport content='width=device-width, initial-scale=1'>
+<link rel=stylesheet href=/css/franklin.css>
+<link rel=stylesheet href=/css/basic.css>
+<title>Tag: {{fill fd_tag}}</title>
 <body>
   {{insert header.html}}
-  <div class="{{div_content}}">
+  <div class=franklin-content>
     <h1>Tag: {{fill fd_tag}}</h1>
     {{taglist}}
     {{insert page_foot.html}}