Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: steve.fruits@email.com
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