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

这个提交包含在:
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 %}