Skip to content
Snippets Groups Projects
Commit 35285093 authored by Jake's avatar Jake
Browse files

Update template.html

parent da03a76c
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html lang="de">
<head>
<title>
{{title}}
</title>
<title>{{title}}</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <meta HTTP-EQUIV="REFRESH" content="50; url=#"> -->
......@@ -26,22 +24,11 @@
</nav>-->
<main>
<header>
<h1>
{{title}}
</h1>
<h1>{{title}}</h1>
</header>
{{content}}
<footer>
<span>Last edited by <strong>
{{lasteditedauthorname}}
</strong>,
{{lastediteddaterelative}}
(
{{lastediteddate}}
). <a href="
{{editurl}}
" target="_blank">[EDIT]</a>
<span>Last edited by <strong>{{lasteditedauthorname}}</strong>, {{lastediteddaterelative}} ({{lastediteddate}}). <a href="{{editurl}}" target="_blank">[EDIT]</a>
</span>
</footer>
</main>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment