mirror of
https://github.com/fruworg/themu.git
synced 2025-07-20 10:50:46 +03:00
Committer: root <root@fruw.org>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{{ define "main" }}
|
||||
{{ if isset .Data "Term" }}
|
||||
<h1>Entries tagged - "{{ .Data.Term }}"</h1>
|
||||
<h1>Все посты - "{{ .Data.Term }}"</h1>
|
||||
{{ else }}
|
||||
<h1 class="page-title">All articles</h1>
|
||||
<h1 class="page-title">Все посты</h1>
|
||||
{{ end }}
|
||||
|
||||
<ul class="posts">
|
||||
|
@@ -1,8 +1,8 @@
|
||||
{{ define "main" }}
|
||||
{{ if isset .Data "Term" }}
|
||||
<h1>Entries tagged - "{{ .Data.Term }}"</h1>
|
||||
<h1>Все посты - "{{ .Data.Term }}"</h1>
|
||||
{{ else }}
|
||||
<h1 class="page-title">All articles</h1>
|
||||
<h1 class="page-title">Все посты</h1>
|
||||
{{ end }}
|
||||
|
||||
<ul class="posts">
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{{ define "main" }}
|
||||
<h1 class="page-title">All tags</h1>
|
||||
<h1 class="page-title">Все теги</h1>
|
||||
|
||||
{{ $biggest := 1 }}
|
||||
{{ $smallest := 1 }}
|
||||
|
Reference in New Issue
Block a user