Add link to website

This commit is contained in:
Pierre 2018-05-08 16:36:48 +02:00
parent 8bbae8058f
commit 81f35dbbd1
2 changed files with 5 additions and 3 deletions

View File

@ -6,6 +6,8 @@ description: Website about Comunic.
baseurl: "" # the subpath of your site, e.g. /blog/ (If you use organization leave empty)
url: "https://about.communiquons.org" # the base hostname & protocol for your site
#Comunic application URL
app_url: "http://devweb.local/comunic/v2/"
# Build settings
markdown: kramdown

View File

@ -5,7 +5,7 @@
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">Jeky New Age</a>
<a class="navbar-brand page-scroll" href="#page-top">Comunic</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
@ -27,10 +27,10 @@
<a class="page-scroll" href="#why">Why</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
<a href="{{ site.app_url }}create_account">Sign up</a>
</li>
<li>
<a href="/blog/">Blog</a>
<a href="{{ site.app_url }}login">Sign In</a>
</li>
</ul>
</div>