Skip to content

Commit

Permalink
Merge branch 'main' into general-tidy-up
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrace authored Jul 24, 2024
2 parents 03664eb + 2f345b4 commit 1ea2512
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,9 @@
# -----------------------------------------------------------------------------
ui <- function(input, output, session) {
fluidPage(
# Set app metadata --------------------------------------------------------
title = tags$head(
tags$link(
rel = "shortcut icon",
href = "dfefavicon.png"
),
# Add title for browser tabs
tags$title("Department for Education (DfE) Shiny Template")
),
# 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 1ea2512

Please sign in to comment.