Skip to content

Commit f1b68d1

Browse files
committed
More DRY
1 parent 644d7b3 commit f1b68d1

File tree

8 files changed

+1
-7
lines changed

8 files changed

+1
-7
lines changed

src/templates/forms/misc/head.txp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<meta charset="utf-8">
12
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover">
23
<link rel="stylesheet" href="https://textpattern.com/assets/css/style.@@timestamp.css">
34
<link rel="manifest" href="/manifest.json">

src/templates/pages/blog.txp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<!DOCTYPE html>
55
<html lang="en-GB-oxendict">
66
<head>
7-
<meta charset="utf-8">
87
<txp:output_form form="head" />
98
<txp:if_article_list>
109
<txp:article pgonly limit="12" />

src/templates/pages/contact.txp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en-GB-oxendict">
33
<head>
4-
<meta charset="utf-8">
54
<txp:output_form form="head" />
65
<title>Contact us / Textpattern CMS</title>
76
<meta name="description" content="How to contact the Textpattern Development Team via email.">

src/templates/pages/default.txp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en-GB-oxendict">
33
<head>
4-
<meta charset="utf-8">
54
<txp:output_form form="head" />
65
<txp:if_search>
76
<title>Search results / Textpattern CMS</title>

src/templates/pages/error_default.txp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en-GB-oxendict">
33
<head>
4-
<meta charset="utf-8">
54
<txp:output_form form="head" />
65
<title><txp:error_status /> / Textpattern CMS</title>
76
<meta name="description" content="<txp:error_message/>">

src/templates/pages/showcase.txp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en-GB-oxendict">
33
<head>
4-
<meta charset="utf-8">
54
<txp:output_form form="head" />
65
<txp:if_article_list>
76
<title>Site showcase / Textpattern CMS</title>

src/templates/pages/standard.txp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en-GB-oxendict">
33
<head>
4-
<meta charset="utf-8">
54
<txp:output_form form="head" />
65
<txp:if_article_list>
76
<title><txp:section title /> / Textpattern CMS</title>

src/templates/pages/sticky_only.txp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<!DOCTYPE html>
33
<html lang="en-GB-oxendict">
44
<head>
5-
<meta charset="utf-8">
65
<txp:output_form form="head" />
76
<title><txp:section title /> / Textpattern CMS</title>
87
<txp:meta_description />

0 commit comments

Comments
 (0)