nodebb-theme-persona 15.0.4 → 15.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta itemprop="position" content="{@index}" />
|
|
6
6
|
{{{ if ./url }}}<a href="{breadcrumbs.url}" itemprop="item">{{{ end }}}
|
|
7
7
|
<span itemprop="name">
|
|
8
|
-
{tx(./text)}
|
|
8
|
+
{{tx(./text)}}
|
|
9
9
|
<!-- IF @last -->
|
|
10
10
|
<!-- IF !feeds:disableRSS -->
|
|
11
11
|
<!-- IF rssFeedUrl --><a class="ms-2 link-secondary" target="_blank" href="{rssFeedUrl}" itemprop="item"><i class="fa fa-rss-square"></i></a><!-- ENDIF rssFeedUrl --><!-- ENDIF !feeds:disableRSS -->
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<div class="flex-grow-1 d-flex flex-wrap gap-1 position-relative">
|
|
23
23
|
<h3 component="topic/header" class="title text-break fs-5 fw-semibold m-0 tracking-tight w-100 {{{ if showSelect }}}me-4 me-lg-0{{{ end }}}">
|
|
24
24
|
<a class="text-reset" href="{{{ if topics.noAnchor }}}#{{{ else }}}{config.relative_path}/topic/{./slug}{{{ if ./bookmark }}}/{./bookmark}{{{ end }}}{{{ end }}}">
|
|
25
|
-
{
|
|
25
|
+
{{renderTitle(./title, ./deleted)}}
|
|
26
26
|
</a>
|
|
27
27
|
</h3>
|
|
28
28
|
<div component="topic/labels" class="d-flex flex-wrap gap-1 w-100 align-items-center">
|