Skip to content

Commit

Permalink
Merge pull request #31 from addelany/main
Browse files Browse the repository at this point in the history
new about text added
  • Loading branch information
addelany authored Nov 8, 2023
2 parents d560af7 + ce366f5 commit 2411b2d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions R/build_group_variables.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ build_group_variables <- function(table_schema,
description_string,
about_string,
about_title,
dashboard_string,
dashboard_title,
theme_title,
destination_path,
aws_download_path,
Expand Down Expand Up @@ -85,14 +87,14 @@ build_group_variables <- function(table_schema,
),
list(
"rel" = "about",
"href" = catalog_config$about_string,
"href" = about_string,
"type" = "text/html",
"title" = catalog_config$about_title
"title" = about_title
),
list(
"rel" = "describedby",
"href" = catalog_config$about_string,
"title" = catalog_config$about_title,
"href" = about_string,
"title" = about_title,
"type" = "text/html"
)
)),
Expand Down

0 comments on commit 2411b2d

Please sign in to comment.