app/views/layouts/phcmembers/application.html.erb in phcmembers-63.0.0 vs app/views/layouts/phcmembers/application.html.erb in phcmembers-64.0.0

- old
+ new

@@ -2,11 +2,11 @@ <html> <head> <!-- SEO System --> <% phc_seo_title "PHCMembers by PHCDevworks" %> - <% phc_seo_description "Application to Manage Member Information and Business Directory Listings " %> + <% phc_seo_description "Application to manage member information and business directory listings" %> <!-- SEO System --> <!-- SEO and Site Description --> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title><%= yield(:phc_seo_title) %></title> @@ -20,10 +20,11 @@ <%= csp_meta_tag %> <!-- Rails Security Tags --> <!-- CSS Styles --> <%= stylesheet_link_tag 'phcmembers/application', media: 'all', 'data-turbolinks-track': 'reload' %> + <!-- CSS Styles --> <!-- Font --> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/> <!-- Font --> @@ -73,6 +74,6 @@ }); </script> <!-- JavaScript Loader --> </body> -</html> +</html> \ No newline at end of file