Skip to content

Commit

Permalink
add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinamullin committed Sep 7, 2023
1 parent 7c60d45 commit 758262a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/epa_markup.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
tags$link(rel = "canonical", href = "https://www.epa.gov/themes/epa_theme/pattern-lab/?p=pages-standalone-template"),
tags$link(rel = "shortlink", href = "https://www.epa.gov/themes/epa_theme/pattern-lab/?p=pages-standalone-template"),
tags$meta(property = "og:url", content = "https://www.epa.gov/themes/epa_theme/pattern-lab/?p=pages-standalone-template"),
# jpg
tags$meta(property = "og:image", content = "https://www.epa.gov/sites/all/themes/epa/img/epa-standard-og.jpg"),
tags$meta(property = "og:image:width", content = "1200"),
tags$meta(property = "og:image:height", content = "630"),
Expand Down Expand Up @@ -100,7 +101,7 @@
# tags$link(rel = "stylesheet", media = "all", href = "https://www.epa.gov/themes/epa_theme/css/styles.css?r6lsex"),
tags$link(rel = "stylesheet", media = "all", href = "https://www.epa.gov/themes/epa_theme/css-lib/colorbox.min.css?r6lsex"),

# this is a beta file
# this is a beta file, may have issues
tags$script(src = 'https://cdnjs.cloudflare.com/ajax/libs/uswds/3.0.0-beta.3/js/uswds-init.min.js'),

# fix container-fluid that boostrap RShiny uses
Expand Down

0 comments on commit 758262a

Please sign in to comment.