Skip to content

Commit d162491

Browse files
committed
Latest build
1 parent 1c7d737 commit d162491

File tree

7 files changed

+40
-91
lines changed

7 files changed

+40
-91
lines changed

dist/four-point-eight/forms/article/default.txp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<strong>
2424
<txp:text item="comments" />
2525
</strong>
26-
<a href="<txp:permlink />#comments-head" title="<txp:text item="view" />" itemprop="discussionUrl">
26+
<a href="<txp:permlink />#comments-head" title="<txp:text item="go_comments" />" itemprop="discussionUrl">
2727
<span itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter">
2828
<meta itemprop="interactionType" content="https://schema.org/CommentAction" />
2929
<span itemprop="userInteractionCount"><txp:comments_count /></span>
@@ -35,7 +35,7 @@
3535
<strong>
3636
<txp:text item="comments" />
3737
</strong>
38-
<a href="<txp:permlink />#comments-head" title="<txp:text item="view" />" itemprop="discussionUrl">
38+
<a href="<txp:permlink />#comments-head" title="<txp:text item="go_comments" />" itemprop="discussionUrl">
3939
<span itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter">
4040
<meta itemprop="interactionType" content="https://schema.org/CommentAction" />
4141
<span itemprop="userInteractionCount">0</span>

dist/four-point-eight/forms/misc/body_header.txp

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,19 @@
1010
<nav id="navigation" class="site-navigation" aria-label="<txp:text item="site_nav" />" itemscope itemtype="https://schema.org/SiteNavigationElement">
1111
<div>
1212
<txp:section_list default_title='<txp:text item="home" />' include_default wraptag="ul" break="">
13-
<li<txp:if_section name='<txp:section />'> class="active"</txp:if_section>>
14-
<a itemprop="url" href="<txp:section url />">
15-
<txp:section title />
16-
</a>
17-
</li>
13+
<if_status>
14+
<li<txp:if_section name='<txp:section />'> class="active"</txp:if_section>>
15+
<a itemprop="url" href="<txp:section url />"<txp:if_section name='<txp:section />'> aria-current="page"</txp:if_section>>
16+
<txp:section title />
17+
</a>
18+
</li>
19+
<txp:else />
20+
<li>
21+
<a itemprop="url" href="<txp:section url />">
22+
<txp:section title />
23+
</a>
24+
</li>
25+
</if_status>
1826
</txp:section_list>
1927

2028
<!-- links by default to form: 'search_input.txp' unless you specify a different form -->

dist/four-point-eight/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.8.7",
2+
"version": "4.8.8",
33
"title": "Four Point Eight",
44
"txp-type": "textpattern-theme",
55
"description": "The default theme shipped with Textpattern CMS 4.8.",

0 commit comments

Comments
 (0)