Skip to content

Commit

Permalink
few bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaykundu777 committed Feb 28, 2021
1 parent 48bd44a commit 50c0707
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem 'jekyll', '~> 4.1', '>= 4.1.1'
gem 'jekyll', '~> 4.2', '>= 4.1.1'
gem 'bundler'
gem 'kramdown'
gem 'rack-jekyll'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GEM
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
backports (3.20.1)
backports (3.20.2)
colorator (1.1.0)
concurrent-ruby (1.1.8)
devlopr (0.4.5)
Expand All @@ -27,7 +27,7 @@ GEM
ffi (1.14.2-x64-mingw32)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.8.7)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
jekyll (4.2.0)
addressable (~> 2.4)
Expand Down Expand Up @@ -77,14 +77,14 @@ GEM
mercenary (0.4.0)
multi_json (1.15.0)
multipart-post (2.1.1)
nio4r (2.5.4)
nio4r (2.5.5)
octokit (4.20.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
puma (5.1.1)
puma (5.2.1)
nio4r (~> 2.0)
rack (1.6.13)
rack-jekyll (0.5.0)
Expand Down Expand Up @@ -128,7 +128,7 @@ GEM
trollop (2.9.9)
tzinfo (1.2.9)
thread_safe (~> 0.1)
tzinfo-data (1.2020.6)
tzinfo-data (1.2021.1)
tzinfo (>= 1.0.0)
unicode-display_width (1.7.0)
wdm (0.1.1)
Expand All @@ -140,7 +140,7 @@ PLATFORMS
DEPENDENCIES
bundler
devlopr (~> 0.4.5)
jekyll (~> 4.1, >= 4.1.1)
jekyll (~> 4.2, >= 4.1.1)
jekyll-admin (~> 0.10.2)
jekyll-gist (~> 1.5.0)
jekyll-menus (~> 0.6.1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Contributions are more than just welcome. Fork this repo and create a new branch

### Remove Credits

You can remove credits/footer attribution links, by Donating $5 to our [Open Collective](https://opencollective.com/devlopr-jekyll/donate) or [Buymeacoffee](https://buymeacoffee.com/sujaykundu).
You can remove credits/footer attribution links, by Donating $5 to [Buymeacoffee](https://buymeacoffee.com/sujaykundu) or [Open Collective](https://opencollective.com/devlopr-jekyll/donate).

Thanks to all our Backers ! 🙏 [Become a Backer](https://opencollective.com/devlopr-jekyll#backer)

Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
>
<span class="icono-hamburger" id="navbar-hamburger"> </span>
</button>
<a class="navbar-brand" href="{{site.url}}{{site.baseurl}}">{{site.title}}</a>
<a class="navbar-brand" href="/">{{site.title}}</a>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
{% for i in site.urls %}
Expand Down
1 change: 0 additions & 1 deletion _sass/devlopr.scss
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ header {
}
.card-title {
margin-bottom: .75rem !important;
margin-left: 30px !important;
}

/* Search Overlay */
Expand Down

0 comments on commit 50c0707

Please sign in to comment.