Skip to content

Commit

Permalink
fix seo tags
Browse files Browse the repository at this point in the history
  • Loading branch information
grozdanowski committed Nov 8, 2022
1 parent 0af3e5b commit 76a7ffb
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 76a7ffb

Please sign in to comment.