Skip to content

Commit 2b61f04

Browse files
committed
tag page translated
1 parent cd32159 commit 2b61f04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/taxonomy_single.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<div class="container mx-auto px-4 py-8">
33
<nav class="mb-8">
44
<a href="/tags" class="text-blue-600 hover:text-blue-800"
5-
>Back to Tags</a
5+
>Обратно к списку категорий</a
66
>
77
</nav>
88

9-
<h1 class="text-3xl font-bold mb-2">Tag: {{ term.name }}</h1>
10-
<p class="text-gray-600 mb-8">{{ term.pages | length }} drawings</p>
9+
<h1 class="text-3xl font-bold mb-2">Категории: {{ term.name }}</h1>
10+
<p class="text-gray-600 mb-8">{{ term.pages | length }} чертежей</p>
1111

1212
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
1313
{% for page in term.pages %}
@@ -33,7 +33,7 @@ <h2 class="text-xl font-semibold mb-2">
3333

3434
{% if page.extra.year %}
3535
<p class="text-sm text-gray-500 mb-2">
36-
Year: {{ page.extra.year }}
36+
Год: {{ page.extra.year }}
3737
</p>
3838
{% endif %}
3939
</div>

0 commit comments

Comments
 (0)