Skip to content

Commit

Permalink
Merge pull request #228 from appsembler/juniper/main
Browse files Browse the repository at this point in the history
Update from `juniper/main` (production)
  • Loading branch information
shadinaif committed Nov 23, 2022
2 parents d59723f + 76a7ffb commit 3b2c63e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lms/templates/head-extra.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
<meta name="apple-itunes-app" content="app-id=${get_global_settings().get('apple_app_id', '')}">
% endif

% if get_global_settings().get('seo_default_site_description'):
<meta name="description" content="${get_global_settings().get('seo_default_site_description')}" />
% endif

% if get_global_settings().get('custom_site_meta_tags'):
% for meta_tag in get_global_settings().get('custom_site_meta_tags'):
% if meta_tag.get('tagName'):
Expand Down

0 comments on commit 3b2c63e

Please sign in to comment.