Skip to content

Commit

Permalink
Merge pull request #1 from widefix/add-description
Browse files Browse the repository at this point in the history
Add canonical and description
  • Loading branch information
ka8725 authored Oct 27, 2023
2 parents 3577de2 + c7a9617 commit f210f9f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 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
8 changes: 2 additions & 6 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<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">
Expand All @@ -19,6 +17,4 @@
</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 f210f9f

Please sign in to comment.