Skip to content

Commit

Permalink
Merge pull request #86 from matsuyoshi30/fix/broken-demo
Browse files Browse the repository at this point in the history
Fix #85
  • Loading branch information
matsuyoshi30 authored Jan 7, 2021
2 parents 682195e + 010c468 commit cae4c31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 0 additions & 8 deletions exampleSite/content/post/rich-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme
<!--more-->
---

## Instagram Simple Shortcode

{{< instagram_simple BGvuInzyFAe hidecaption >}}

<br>

---

## YouTube Privacy Enhanced Shortcode

{{< youtube ZJthWmvUzzc >}}
Expand Down
4 changes: 3 additions & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
href="{{ .Site.BaseURL }}index.xml"
title="{{ .Site.Title }}"
/>
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}
{{ if isset .Site.Taxonomies "series" }}
{{ template "_internal/opengraph.html" . }}
{{ end }}
<!-- Stylesheets -->
<link rel="stylesheet" href="{{ .Site.BaseURL }}fontawesome/css/all.min.css" />
{{ range .Site.Params.customCSS }}
Expand Down

0 comments on commit cae4c31

Please sign in to comment.