Clean up HTML template head

Created on 7 March 2024, 10 months ago
Updated 25 April 2024, 8 months ago

Problem/Motivation

Clean up references to outdated things in the site head:

    <head-placeholder token="{{ placeholder_token|raw }}">
    <title>{{ head_title|safe_join(' | ') }}</title>
    {# Remove if self-hosting or not using Google Fonts #}
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <css-placeholder token="{{ placeholder_token|raw }}">
    <js-placeholder token="{{ placeholder_token|raw }}">
    {# TYPEKIT settings here if used
      <script src="https://use.typekit.net/ylx8qov.js"></script>
      <script>try{Typekit.load({ async: true });}catch(e){}</script>
    #}
    <script>window.MSInputMethodContext && document.documentMode && document.write('<script src="https://cdn.jsdelivr.net/gh/nuxodin/ie11CustomProperties@4.1.0/ie11CustomProperties.min.js"><\x2fscript>');</script>
πŸ“Œ Task
Status

Fixed

Version

5.2

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States jnettik Denver, CO

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024