Skip to content

Commit faf3da0

Browse files
Add additional footer content, like script tags (from site settings).
1 parent 30c5e12 commit faf3da0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ Changelog
55
0.3 (unreleased)
66
----------------
77

8-
- Nothing changed yet.
8+
- Add additional footer content, like script tags (from site settings).
9+
[tmassman]
910

1011

1112
0.2 (2017-11-13)
1213
----------------
1314

1415
- Update color definitions.
16+
[tmassman]
1517
- Load testfixture profile for tests.
18+
[tmassman]
1619

1720

1821
0.1 (2017-11-13)

src/plonetheme/barcelonetang/theme/rules/footer.xml

+6
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,10 @@
9595
</xsl:for-each>
9696
</replace>
9797

98+
<!-- Add additional footer content, like script tags (from site settings). -->
99+
<after
100+
css:theme-children="html body"
101+
content="//footer[@id='portal-footer-wrapper']/*[not(@class='row')]"
102+
/>
103+
98104
</rules>

0 commit comments

Comments
 (0)