Skip to content

Commit

Permalink
Add Plausible analytics script and update Highlight.js CDN source
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Feb 7, 2024
1 parent b9fa3d8 commit c315ee2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<link rel="stylesheet" href="//unpkg.com/@highlightjs/cdn-assets@11.5.1/styles/github.min.css">
<script src="//unpkg.com/@highlightjs/cdn-assets@11.5.1/highlight.min.js"></script>
<script defer data-domain="commits.ecosyste.ms" src="https://plausible.ecosyste.ms/js/script.js"></script>
<script defer src="//unpkg.com/@highlightjs/cdn-assets@11.5.1/highlight.min.js"></script>
</head>
<body>
<div class="main">
Expand Down

0 comments on commit c315ee2

Please sign in to comment.