Reste à prévoir la pagination et la recherche
This commit is contained in:
@@ -3,14 +3,23 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="stylesheet" href="../styles.css">
|
||||
<title>{{.BlogTitle}}</title>
|
||||
</head>
|
||||
<h1><a href="/proxy/8080/">{{.BlogTitle}}</a></h1>
|
||||
<h1 class="blogtitle"><a href="/proxy/8080/">{{.BlogTitle}}</a></h1>
|
||||
<body>
|
||||
<h2>{{.Title}}</h2>
|
||||
<div>
|
||||
<article class="post">
|
||||
<header class="postheader">
|
||||
<h2 class="posttitle">{{.Title}}</h2>
|
||||
<p class="postdate"><time datetime="{{.Date}}">{{.Date}}</Time></p>
|
||||
</header>
|
||||
<div class="postcontent">
|
||||
{{ if .HTML }}
|
||||
{{.HTML}}
|
||||
{{ else }}
|
||||
{{.Text}}
|
||||
{{ end }}
|
||||
</div>
|
||||
</article>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user