mirror of
https://github.com/pierre42100/AboutComunic
synced 2024-11-14 01:21:12 +00:00
Add link to website
This commit is contained in:
parent
8bbae8058f
commit
81f35dbbd1
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user