drafted router with vue-router, drafted search results display page
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<hgroup class="logo">
|
||||
{% if site_name %}
|
||||
<h1>
|
||||
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">
|
||||
<a @click.prevent="onclick" href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">
|
||||
{{ site_name }}
|
||||
</a>
|
||||
</h1>
|
||||
|
Reference in New Issue
Block a user