Feat(UI): Blog with article page and Newsletter signup form.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<a class="{{ model.FLAG_NAV_HOME }}" href="{{ model.HASH_PAGE_HOME }}">Home</a>
|
||||
</div>
|
||||
<div class="{{ model.FLAG_CONTAINER }} {{ model.FLAG_ROW }}">
|
||||
<a class="{{ model.FLAG_NAV_BLOG }}" href="{{ model.HASH_PAGE_BLOG }}">Blog</a>
|
||||
<a class="{{ model.FLAG_NAV_BLOG_HOME }}" href="{{ model.HASH_PAGE_BLOG_HOME }}">Blog</a>
|
||||
</div>
|
||||
<div class="{{ model.FLAG_CONTAINER }} {{ model.FLAG_ROW }}">
|
||||
<a class="{{ model.FLAG_NAV_CONTACT }}" href="{{ model.HASH_PAGE_CONTACT }}">Contact</a>
|
||||
|
||||
Reference in New Issue
Block a user