Visual-Communications / fair-housing-pledge

https://fairhousingpledge.com/
0 stars 0 forks source link

Add Courses notes to Readme #161

Open paulshryock opened 3 years ago

paulshryock commented 3 years ago

Add this to README.md:

Courses

When new courses are added to src/client/_content/courses/, make these 2 changes to story.html inside each course directory:

  1. Add this inside the <head> element:

    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-164050142-1"></script>
    <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    gtag('config', 'UA-164050142-1');
    </script>
  2. Add this before the closing </body> tag:

    <script src="/js/bundle.min.js"></script>