Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
.DS_Store
.jekyll-cache
.jekyll-metadata
jekyll-build.sh
jekyll-serve.sh
.gitignore
Gemfile
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ group :jekyll_plugins do
end

gem "webrick", "~> 1.8"
gem "csv"
gem "logger"
gem "base64"
gem "bigdecimal"
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ GEM
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
base64 (0.3.0)
bigdecimal (3.2.2)
colorator (1.1.0)
concurrent-ruby (1.1.10)
csv (3.3.5)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand Down Expand Up @@ -53,6 +56,7 @@ GEM
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
Expand All @@ -74,13 +78,17 @@ PLATFORMS
ruby

DEPENDENCIES
base64
bigdecimal
csv
jekyll (~> 4.1.0)
jekyll-optional-front-matter
jekyll-readme-index
jekyll-relative-links
jekyll-seo-tag
jekyll-sitemap
jekyll-titles-from-headings
logger
webrick (~> 1.8)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion _includes/hub/header.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="siteHeader siteHeader--hub">
<div class="siteHeader siteHeader--hub"><h1 class="-screenReader" id="search">{{ page.title }}</h1>
<a class="siteHeader__logo" href="/">
<img src="/img/logo-on-white.png" alt="{{ site.data.site.logoAltText }}" class="siteHeader__logoImage">
</a>
Expand Down