diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2025-01-08 21:01:01 -0800 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2025-01-08 21:01:01 -0800 |
| commit | e3e05023ccc491d1d8a13a7cefffdad5e9aea127 (patch) | |
| tree | 1a83a96c5a9e81e235a29e7f55ab957be668fc60 | |
| parent | 800b709e2fe0f5edb3a024c8d3f74967873a2d33 (diff) | |
Get rid of Twitter cards and Open GraphHEADmagentastripe
| -rw-r--r-- | layouts/_default/baseof.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index b4f1020..3bc2f27 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -19,8 +19,6 @@ <meta name="description" content="{{ .Description | default (.Summary | default .Site.Params.description ) }}"> <meta name="keywords" content="{{ (delimit .Keywords " ,") | default .Site.Params.keywords }}"> - {{ template "_internal/twitter_cards.html" . }} - {{ template "_internal/opengraph.html" . }} <link rel="stylesheet" href="{{ "css/bootstrap.min.css" | relURL }}" crossorigin="anonymous"> <!-- font-awesome --> <link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.1/css/all.min.css" rel="stylesheet" type="text/css"> |
