Fix section menu
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
<f:for each="{page.content}" as="element">
|
||||
<f:if condition="{element.data.header}">
|
||||
<li>
|
||||
<a href="{f:uri.typolink(parameter: page.uid, section: 'c{element.data.uid}')}"
|
||||
<a href="{page.link}#c{element.data.uid}"
|
||||
class="btn btn-warning ep-sidebar"
|
||||
v-on:click.prevent="scrollTo('#c{element.data.uid}')">{element.data.header}</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user