Skip to content

Commit

Permalink
clean up head metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrace committed Jul 22, 2024
1 parent 8a519f9 commit 3315cf8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,10 @@
ui <- function(input, output, session) {
fluidPage(
# use_tota11y(),
title = tags$head(
tags$link(
rel = "shortcut icon",
href = "dfefavicon.png"
),
# Add title for browser tabs
tags$head(HTML("<title>Department for Education (DfE) Shiny Template</title>"))
),

# Set application metadata ------------------------------------------------
tags$head(HTML("<title>Department for Education (DfE) Shiny Template</title>")),
tags$head(tags$link(rel = "shortcut icon", href = "dfefavicon.png")),
use_shiny_title(),
tags$html(lang = "en"),
# Add meta description for search engines
Expand Down

0 comments on commit 3315cf8

Please sign in to comment.