mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 14:22:33 +03:00
feat: add home link in thread title
This commit is contained in:
parent
89487cda3b
commit
5a0189bbb3
@ -11,13 +11,16 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1 class="display-1 text-center">
|
||||
{{ if ne $FirstPost.Title "" }}
|
||||
{{$FirstPost.Title}}
|
||||
{{ else }}
|
||||
Welcome to Micrach
|
||||
{{ end }}
|
||||
</h1>
|
||||
<a href="/">
|
||||
<h1 class="display-1 text-center">
|
||||
↰
|
||||
{{ if ne $FirstPost.Title "" }}
|
||||
{{$FirstPost.Title}}
|
||||
{{ else }}
|
||||
Welcome to Micrach
|
||||
{{ end }}
|
||||
</h1>
|
||||
</a>
|
||||
|
||||
<div class="container">
|
||||
{{ template "post-form" .FormData }}
|
||||
|
Loading…
Reference in New Issue
Block a user