Skip to content

Commit

Permalink
add a feature to set the target of the header logo
Browse files Browse the repository at this point in the history
  • Loading branch information
grozdanowski committed Apr 6, 2021
1 parent e2b3052 commit a47ab90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lms/templates/theme-variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
'customer_gtm_id': get_value('customer_gtm_id', ""),
'default_og_image': get_value('default_og_image', ''),
'og_image_use_course_images': get_value('og_image_use_course_images', ''),
'header_logo_target': get_value('header_logo_target', '/'),
}
%>
</%def>
Expand Down

0 comments on commit a47ab90

Please sign in to comment.