mirror of
https://github.com/pierre42100/AboutComunic
synced 2024-11-23 13:59:30 +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)
|
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
|
url: "https://about.communiquons.org" # the base hostname & protocol for your site
|
||||||
|
|
||||||
|
#Comunic application URL
|
||||||
|
app_url: "http://devweb.local/comunic/v2/"
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
|
<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>
|
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
|
||||||
</button>
|
</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>
|
</div>
|
||||||
|
|
||||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||||
@ -27,10 +27,10 @@
|
|||||||
<a class="page-scroll" href="#why">Why</a>
|
<a class="page-scroll" href="#why">Why</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="page-scroll" href="#contact">Contact</a>
|
<a href="{{ site.app_url }}create_account">Sign up</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/blog/">Blog</a>
|
<a href="{{ site.app_url }}login">Sign In</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user