betabot 0.2.7 → 0.2.8

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/default.html +10 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bec5224bf3ab9a46e25d69ed93633a7096b6eb713754c0fc23258e24017eecd2
4
- data.tar.gz: 34c69dec017a324cbf5cc5a8add17d3d62dce24116422d8ca13cf5b8160121aa
3
+ metadata.gz: 3de552b702e0e39231156c4c03f77b7901978431ca8931e5450c07ea46179e9d
4
+ data.tar.gz: c2c9689d71efc31113a5134d04c4f70fbf8eadd83d31b0936aec53d366f57b88
5
5
  SHA512:
6
- metadata.gz: c52a36b6b89d19b13b50f5f2193424459e9c3b65391bc921ac5f1b80a27a0ebed090b3e1d02ed810894ddc7cc213874cbf53a7a1d8cecbe8f182f08b0948838b
7
- data.tar.gz: 6806fc230c50994266c825532d8937283bf7eef43f5155ee20d9dc38a199f3575f1b52d76a36b7f3f2416610ca359b0b22ffb811e8c222ef7abb54e195602dd8
6
+ metadata.gz: 250ac64b2f90f860a0086e53f2a3d607889aee583797d7c367e059a720a20ed25a9be701d72146d0dfd41aba0c7fdabfa11a1f6ef09e1c58ef411fa41f18e75e
7
+ data.tar.gz: aad04c22735744f6a2dd2ae80bfd4fc8c91afee23991e5c840190f320510d697c7bd2bfc84d7aaa4ce5bca04f6fa89d186bb083601c3da3b30b2740e08faa9a1
@@ -6,8 +6,16 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7
7
 
8
8
  <!-- Bootstrap CSS -->
9
- <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
10
- <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
9
+ <script>
10
+ MathJax = {
11
+ tex: {
12
+ inlineMath: [['$', '$'], ['\\(', '\\)']]
13
+ }
14
+ };
15
+ </script>
16
+ <script id="MathJax-script" async
17
+ src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
18
+ </script>
11
19
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
12
20
  <script src="https://kit.fontawesome.com/5364357e4a.js" crossorigin="anonymous"></script>
13
21
  <link href="https://fonts.googleapis.com/css?family=Maven+Pro&display=swap" rel="stylesheet">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: betabot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''