File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments