Skip to content

Commit

Permalink
removing photo and contact tab, blog breadcrumb removal, serach funct…
Browse files Browse the repository at this point in the history
…ion hidden
  • Loading branch information
EvaMicich authored Aug 9, 2023
1 parent 2b7d33f commit 701c53a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 0 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ urls:
- text: About
url: /about

- text: Travel Map
url: /gallery
- text: Contact
url : /contact


# Edit Author details (For multi authors check _data/authors.yml)
Expand Down
4 changes: 3 additions & 1 deletion _includes/blog_post_breadcrumb.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@

<!-- comment out blog breadcrumb
<nav aria-label="breadcrumb" role="navigation">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="{{site.url}}{{site.baseurl}}/blog"><i class="fa fa-home" aria-hidden="true"></i></a>
</li>
<li class="breadcrumb-item active" aria-current="page"><a href="{{page.url}}">{{ page.title }}</a></li>
</ol>
</nav>
</nav>
-->
2 changes: 2 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@
</li>
-->

<!-- Eva is commenting out the search logo
<li class="nav-item">
<a class="nav-link toggle-search-button" href="#search">
<i class="fa fa-search search-icon" aria-hidden="true"></i>
</a>
</li>
-->

<!-- Eva is commenting out the shop cart
<li class="nav-item" style="margin-top:5px; padding-right:20px;" >
Expand Down

0 comments on commit 701c53a

Please sign in to comment.