Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
geleeroyale committed May 22, 2018
1 parent 7b7f713 commit c9533d4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem "minima", "~> 2.1.1"
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.9.2"
gem 'bootstrap', '~> 4.0.0.beta3'
gem 'bootstrap', '~> 4.0.0'
gem 'jekyll-sitemap'
end

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GEM
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
autoprefixer-rails (8.4.1)
autoprefixer-rails (8.5.0)
execjs
bootstrap (4.0.0)
autoprefixer-rails (>= 6.0.3)
Expand Down Expand Up @@ -60,20 +60,20 @@ GEM
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
tzinfo-data (1.2018.4)
tzinfo-data (1.2018.5)
tzinfo (>= 1.0.0)

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
bootstrap (~> 4.0.0.beta3)
bootstrap (~> 4.0.0)
jekyll (= 3.6.2)
jekyll-feed (~> 0.9.2)
jekyll-sitemap
minima (~> 2.1.1)
tzinfo-data

BUNDLED WITH
1.16.1
1.16.2
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ collections:

plugins:
- jekyll-sitemap
- jekyll-feed
2 changes: 1 addition & 1 deletion _includes/header-donations.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Header -->
<header id="header">
<nav class="navbar navbar-expand-lg navbar-dark fixed-top navbar-color">
<a class="navbar-brand" href="../#"><img src="/assets/giveth-typelogo-white.svg" width="100px" height="auto" alt=""></a>
<a class="navbar-brand" href="../#"><img src="/assets/Giveth-typelogo-white.svg" width="100px" height="auto" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down
2 changes: 1 addition & 1 deletion _includes/header-minisites.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Header -->
<header id="header">
<nav class="navbar navbar-expand-lg navbar-dark fixed-top navbar-color">
<a class="navbar-brand" href="../#"><img src="/assets/giveth-typelogo-white.svg" width="100px" height="auto" alt=""></a>
<a class="navbar-brand" href="../#"><img src="/assets/Giveth-typelogo-white.svg" width="100px" height="auto" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a href="#hero" class="skip-link">Skip to main content</a>

<nav class="navbar navbar-expand-lg navbar-dark fixed-top navbar-color">
<a class="navbar-brand" href="#"><img src="/assets/giveth-typelogo-white.svg" width="100px" height="auto" alt=""></a>
<a class="navbar-brand" href="#"><img src="/assets/Giveth-typelogo-white.svg" width="100px" height="auto" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down

0 comments on commit c9533d4

Please sign in to comment.