app/views/layouts/phcpress/application.html.erb in phcpress-52.0.0 vs app/views/layouts/phcpress/application.html.erb in phcpress-53.0.0

- old
+ new

@@ -2,11 +2,11 @@ <html> <head> <!-- SEO System --> <% phc_seo_title "PHCPress by PHCDevworks" %> - <% phc_seo_description "PHCPress rails CMS engine to manage your website's articles, categories and media." %> + <% phc_seo_description "PHCPress rails CMS application to manage your website's articles, categories and media." %> <!-- 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 'phcpress/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 --> @@ -56,15 +57,9 @@ <!-- Footer Content --> <div id="footer" class="footer mb-4"> <%= render 'layouts/phcpress/components/backend/footer/footer' %> </div> <!-- Footer Content --> - - <!-- Scroll to Top --> - <a href="javascript:;" class="btn btn-icon btn-circle btn-success btn-scroll-to-top fade" data-click="scroll-top"> - <i class="fa fa-angle-up"></i> - </a> - <!-- Scroll to Top --> </div> <!-- Page Container --> <!-- JavaScript -->