[PLUGINS][AttachmentShowRelated] Replacing h2 with span, its supposed to be complementary content, not main

This commit is contained in:
Eliseu Amaro 2022-01-27 01:13:18 +00:00
부모 117549bf1e
커밋 222e1fbb2b
로그인 계정: eliseuamaro
GPG 키 ID: 96DA09D4B97BC2D5
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제

파일 보기

@ -2,9 +2,9 @@
<section class="frame-section frame-section-padding">
<div class="section-title">
<h2 class="heading-no-margin">
<span class="heading-no-margin">
{{ 'Notes related' | trans }}
</h2>
</span>
</div>
{% for note in related_notes %}

파일 보기

@ -1,8 +1,8 @@
<section class="frame-section frame-section-padding">
<div class="section-title">
<h2 class="heading-no-margin">
<span class="heading-no-margin">
{{ 'Attachment tags' | trans }}
</h2>
</span>
</div>
{% for tag in related_tags %}