Skip to content

Commit

Permalink
Add canonical and description
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavSokov committed Oct 27, 2023
1 parent 3577de2 commit b0df7e8
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 15 deletions.
4 changes: 4 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.name }}{% endif %}</title>

<meta name="description" content="BudgetingKid Help Center. Our articles and guides will help you use our service more efficiently.">

<link rel="canonical" href="{{ site.url }}">

<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/the-grid-flexbox@2.0.1/css/the-grid.min.css">
<link href="https://cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.css" rel="stylesheet">
Expand Down
10 changes: 3 additions & 7 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
<header>

<div class="header container align-items-center justify-content-center">
<div class="header--block size margin container column">
<div data-aos="fade-up" data-aos-delay="" data-aos-offset="0">
Advice and answers from the {{ site.title }} Team
<div class="header-text" data-aos="fade-up" data-aos-delay="" data-aos-offset="0">
Advice and answers from the {{ site.title }} Teams
</div>
<div class="container column position-search">
<div class="header--block--input" data-aos="fade-up" data-aos-delay="" data-aos-offset="0" id="search-container">
<div class="header--block--input--icon">
<!-- <img src="{{ site.baseurl }}/assets/img/icons/search-input.svg" width="30" alt=""> -->
<span class="feather-icon icon-search"></span>
</div>
<input class="input-search" type="text" name="" value="" placeholder="Search for answers..." id="search-input">
</div>
<div class="header--block--result">
<ul id="results-container"></ul>
<ul class="header-result-container" id="results-container"></ul>
</div>
</div>
</div>
</div>


</header>
6 changes: 0 additions & 6 deletions _sass/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,5 @@
font-weight: bold;
}
}

.by {
a {
color: #515151;
}
}
}
}
4 changes: 4 additions & 0 deletions _sass/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
background-size: 310px;
width: 100%;

.header-text {
color: #fff
}

.header--block {
color: $colortext;

Expand Down
2 changes: 1 addition & 1 deletion assets/js/simple-jekyll-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ function compile (data) {
json: [],
searchResultTemplate: '<li><a href="{url}" title="{desc}">{title}</a></li>',
templateMiddleware: function () {},
noResultsText: 'No results found',
noResultsText: '<li>No results found</li>',
limit: 10,
fuzzy: false,
exclude: []
Expand Down
2 changes: 1 addition & 1 deletion assets/js/simple-jekyll-search.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b0df7e8

Please sign in to comment.