<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to add &amp;lt;!doctype html&amp;gt; to all pages? in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/How-to-add-lt-doctype-html-gt-to-all-pages/m-p/909415#M37537</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/671076"&gt;@AndreV&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;that's weird, adding the missing tag in base.html should have resolved the problem. Is the tag still missing by now?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Matthieu&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jan 2024 14:38:46 GMT</pubDate>
    <dc:creator>MBERARD</dc:creator>
    <dc:date>2024-01-22T14:38:46Z</dc:date>
    <item>
      <title>How to add &lt;!doctype html&gt; to all pages?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-add-lt-doctype-html-gt-to-all-pages/m-p/908880#M37526</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;I just started in a job where we manage a multilanguage website with loads of pages. On all pages, the doctype declaration is missing, which is kind of a must-have, I believe.&lt;/P&gt;&lt;P&gt;Where is the starting point to add the&amp;nbsp;&amp;lt;!DOCTYPE html&amp;gt; declaration to the top of the page? I tried the template what is being used and tried ../base.html, but nothing helped.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated, thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2024 15:53:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-add-lt-doctype-html-gt-to-all-pages/m-p/908880#M37526</guid>
      <dc:creator>AndreV</dc:creator>
      <dc:date>2024-01-20T15:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to add &lt;!doctype html&gt; to all pages?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-add-lt-doctype-html-gt-to-all-pages/m-p/909403#M37536</link>
      <description>&lt;P&gt;This should really be in the template files, I assume the templates have been custom built?&lt;BR /&gt;All the default hubspot ones include this&lt;BR /&gt;&lt;BR /&gt;When you edit a page you will see settings &amp;gt; template &amp;gt; edit this template&lt;BR /&gt;&lt;BR /&gt;Hopefully most of you're pages are built based off a few templates and you just need to update it in a few places.&lt;BR /&gt;&lt;BR /&gt;If you see an {% extends ... %} tag in the template instead of the usual html at the top you should go to the file path of the extends file, this is like a master file that is pulled into sub templates&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 14:15:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-add-lt-doctype-html-gt-to-all-pages/m-p/909403#M37536</guid>
      <dc:creator>matt_scott</dc:creator>
      <dc:date>2024-01-22T14:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to add &lt;!doctype html&gt; to all pages?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-add-lt-doctype-html-gt-to-all-pages/m-p/909415#M37537</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/671076"&gt;@AndreV&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;that's weird, adding the missing tag in base.html should have resolved the problem. Is the tag still missing by now?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Matthieu&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 14:38:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-add-lt-doctype-html-gt-to-all-pages/m-p/909415#M37537</guid>
      <dc:creator>MBERARD</dc:creator>
      <dc:date>2024-01-22T14:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to add &lt;!doctype html&gt; to all pages?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-add-lt-doctype-html-gt-to-all-pages/m-p/909433#M37539</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/671076"&gt;@AndreV&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure to include the &amp;lt;!DOCTYPE html&amp;gt; declaration in the base.html file and then extend it in every template.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{% extends "./layouts/base.html" %}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-sheets-root="1" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member.\nThanks!&amp;quot;}" data-sheets-userformat="{&amp;quot;2&amp;quot;:769,&amp;quot;3&amp;quot;:{&amp;quot;1&amp;quot;:0},&amp;quot;11&amp;quot;:4,&amp;quot;12&amp;quot;:0}"&gt;I hope this will help you out. Please mark it as &lt;STRONG&gt;Solution Accepted and upvote&lt;/STRONG&gt; to help another Community member.&lt;BR /&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 15:01:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-add-lt-doctype-html-gt-to-all-pages/m-p/909433#M37539</guid>
      <dc:creator>GRajput</dc:creator>
      <dc:date>2024-01-22T15:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to add &lt;!doctype html&gt; to all pages?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-add-lt-doctype-html-gt-to-all-pages/m-p/909653#M37544</link>
      <description>&lt;P class=""&gt;Thank you, everyone, for the help, I appreciate it. The doctype declaration in ./layouts/base.html was placed after some static modules (used for settings/configuration) were called but before the &amp;lt;html&amp;gt; tag. However, I’m not sure those modules are in the right place, but now that I moved the &amp;lt;!DOCTYPE html&amp;gt; declaration above the modules, it works fine.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 21:08:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-add-lt-doctype-html-gt-to-all-pages/m-p/909653#M37544</guid>
      <dc:creator>AndreV</dc:creator>
      <dc:date>2024-01-22T21:08:19Z</dc:date>
    </item>
  </channel>
</rss>

