forked from textpattern/textpattern.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.html
More file actions
44 lines (37 loc) · 1.78 KB
/
default.html
File metadata and controls
44 lines (37 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en-GB-oxendict">
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
{% include head.html %}
<meta name="robots" content="index, follow, noodp, noydir">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@textpattern">
<meta name="twitter:title" content="Textpattern CMS user documentation">
<meta name="twitter:description" content="Complete documentation on how to install and use the Textpattern Content Management System.">
<meta name="twitter:image:src" content="https://docs.textpattern.io/apple-touch-icon-180x180.png">
<meta name="twitter:url" content="https://docs.textpattern.io/">
<meta property="og:image" content="https://textpattern.io/assets/img/branding/textpattern/textpattern-og.png">
{% seo title=false %}
</head>
<body itemscope itemtype="https://schema.org/WebPage">
{% include header.html %}
<div class="wrapper-inner zebra">
<div class="container" itemscope itemtype="https://schema.org/WebSite">
<meta itemprop="url" content="https://docs.textpattern.io/">
<form class="search-hero" role="search" method="get" action="https://docs.textpattern.io/search" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction" data-search-form>
<meta itemprop="target" content="https://docs.textpattern.io/search/?q={q}">
<input id="q" name="q" type="search" size="28" placeholder="Search documentation…" itemprop="query-input" data-search-input>
<input class="button-primary" type="submit" value="Search">
</form>
</div>
</div>
<div class="wrapper-inner">
<div class="container">
{{ content }}
</div>
</div>
{% include ads-homepage.html %}
{% include footer.html %}
</body>
</html>