Update link component
This commit is contained in:
@ -30,15 +30,15 @@
|
||||
<ul>
|
||||
<li>
|
||||
{# To page Talks #}
|
||||
{% #link text="Talks" action="page" value="talks" scroll-up="true" %}{% /link %}
|
||||
{% #link action="page" value="talks" scroll-up="true" %}Talks{% /link %}
|
||||
</li>
|
||||
<li>
|
||||
{# To page Profiles #}
|
||||
{% #link text="Profiles" action="page" value="profiles" scroll-up="true" %}{% /link %}
|
||||
{% #link action="page" value="profiles" scroll-up="true" %}Profiles{% /link %}
|
||||
</li>
|
||||
<li>
|
||||
{# To page About #}
|
||||
{% #link text="About" action="page" value="about" scroll-up="true" %}{% /link %}
|
||||
{% #link action="page" value="about" scroll-up="true" %}About{% /link %}
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
Reference in New Issue
Block a user