bfdotcom-theme 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b307871ae94ef6c5f37e65d06a10b98a0da709401ae16c960a5d4987256559f
4
- data.tar.gz: 692196cef73290108fa15fe883bffced161a63a5f6212e9173a1e4eb9fdece62
3
+ metadata.gz: 5f40e492d0eb8f272f4d65783e527fa78fdf5281be5fb882121cc0132544fcce
4
+ data.tar.gz: 676205c85a1e09a23394cb5fbece9cbae8a55e87634ecde8069a23fd8d6e24d6
5
5
  SHA512:
6
- metadata.gz: 3029742e40147eb6794d9e0d4c079aabdbd66e63d8e0e270543abba8aea7dd0d8cfe332a239d9b6e6b7d4eebd86dcd29f8919cf79ba6d946b52152bf7650f555
7
- data.tar.gz: ec71111e94e984cc51ff2edcdaf1a23a8c62e9e4eb0fe6966cd2a4f2c9502022a3700046d4f66195ccc4eef06a5b6f88ab418ac6539f196e73a706dc9db1914f
6
+ metadata.gz: 56495b4ad2f9503f85caace376cb29f8092e934d392cac7e09f8eb06fe662d0a9be78194ce0824d0a1e9ccd3b9cafc508aeeb6e4fbf9f459bc46ff87234c2219
7
+ data.tar.gz: e72bce253c74cdced98084f5b4561ceb20065aaae87128e4dfb0bf1b3919a12264d35c913278e0536beb01cea3918e50c401e45895138f3af32676be6c45a893
@@ -1,7 +1,7 @@
1
1
  {%- assign comments = site.data.comments | where: "url", page.url -%}
2
2
  {%- assign comments_size = comments | size -%}
3
3
 
4
- <h3 class="display-4">Comments</h3>
4
+ <h3>Comments</h3>
5
5
 
6
6
  <div class="showSignedOut row">
7
7
  <div class="col">
@@ -4,7 +4,7 @@ function startLogin() {
4
4
  }
5
5
 
6
6
  function refreshLogin(id_token) {
7
- localStorage.setItem("id_token", credentials.accessKeyId)
7
+ localStorage.setItem("id_token", id_token)
8
8
 
9
9
  AWS.config.credentials = new AWS.CognitoIdentityCredentials({
10
10
  IdentityPoolId: identity_pool_id,
@@ -88,6 +88,6 @@ function addMinutes(date, minutes) {
88
88
  return new Date(date + minutes*60000)
89
89
  }
90
90
 
91
- $(document).onload(function() {
91
+ $(document).ready(function() {
92
92
  refreshSignedInStatus()
93
93
  })
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bfdotcom-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Farnhill