diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ba682bd..c109a8b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
with:
path: vendor/bundle
key: gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 4b82d83..011db72 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
with:
ruby-version: ${{ env.ruby-version }}
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
with:
path: vendor/bundle
key: gems-${{ runner.os }}-${{ env.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml
index 198640a..8b08d0a 100644
--- a/.github/workflows/dev_deploy.yml
+++ b/.github/workflows/dev_deploy.yml
@@ -35,7 +35,7 @@ jobs:
with:
ruby-version: ${{ env.ruby-version }}
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
with:
path: vendor/bundle
key: gems-${{ runner.os }}-${{ env.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb
index 8e286d6..8eaaf3e 100644
--- a/source/layouts/layout.erb
+++ b/source/layouts/layout.erb
@@ -29,6 +29,10 @@ under the License.
+
+
<% if current_page.data.key?('meta') %>
<% current_page.data.meta.each do |meta| %>