diff --git a/exampleSite/config.toml b/exampleSite/config.toml index c9df366..5f7d572 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -37,6 +37,10 @@ copyright = "© {year}" # "Twitter", "GitHub", "Email", "Facebook", "GitLab", "Instagram", "LinkedIn", "YouTube" iconTitles = ["Twitter", "GitHub"] + # Metadata for Twitter cards, defaults to params.twitter + # twitterSite = "@" + # twitterAuthor = "@" + # This disables Hugo's default syntax highlighting in favor # of prismjs. If you wish to use Hugo's default syntax highlighting # over prismjs, remove this. You will also need to remove the prismjs diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index bcda1eb..fa4ba49 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -16,10 +16,9 @@ {{ if isset .Site.Params "twitter" }} - - - + + + {{ end }}