Skip to content

Commit

Permalink
Merge pull request #238 from ASKnetCommunity/content
Browse files Browse the repository at this point in the history
Content
  • Loading branch information
MartinSchott authored Mar 22, 2022
2 parents eeb99c1 + bd02673 commit 4c30d97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _data/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: LEAD
logo: assets/images/asknet-logo-2.png
author: '#ASKnet'
description: Local • Expert • Action • Directory
subtext: LEAD is a directory of experts in your area who are there to provide guidance and assistance. So feel free to reach out to them!
subtext: 'LEAD is a directory of #ASKnet experts in your area who are there to provide guidance and assistance. So feel free to reach out to them!'
email: [email protected]
phone: +880 2544 658 256
address: 125/A, CA Commercial Area, California, USA
Expand All @@ -16,7 +16,7 @@ copyright: |
menu:
- {name: Add Profile, link: '/index.html#create-new-profile'}
- {name: 'back to #ASKnet <i class="ti-new-window"></i>', link: 'https://www.asknet.community/', tab: new}
- {name: 'About #ASKnet <i class="ti-new-window"></i>', link: 'https://www.asknet.community/', tab: new}
- {name: '<i class="ti-github" style="font-size: 20px;"></i> <i class="ti-new-window" style="vertical-align: top;"></i>', link: 'https://github.com/ASKnetCommunity/LEAD', tab: new}


Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h3 class="text-white font-tertiary">{{site.data.settings.title}}</h3>
<div class="collapse navbar-collapse text-center" id="navigation">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="{{ site.baseurl }}/">Home</a>
<a class="nav-link" href="{{ site.baseurl }}/"><i class="ti-home" style="font-size: 20px;"></i></a>
</li>
{% for link in site.data.settings.menu %}
{% if link.tab == 'new' %}
Expand Down

0 comments on commit 4c30d97

Please sign in to comment.