Skip to content

Commit

Permalink
Fix page title, add plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
pratul committed Mar 9, 2023
1 parent 68b8429 commit c74622b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>macige • mobile app CI workflow file generator</title>
<title>macige • mobile app CI workflow generator</title>
<base data-trunk-public-url />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="mobile app CI workflow file generator">
<meta name="description" content="mobile app CI workflow generator">
<meta property="og:title" content="macige">
<meta property="og:url" content="https://macige.tramline.app">
<meta property="og:description" content="quickly generate template CI workflow files for mobile apps">
Expand Down Expand Up @@ -33,6 +33,7 @@
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="public/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<script defer data-domain="macige.tramline.app" src="https://plausible.io/js/script.js"></script>
</head>
<body></body>
</html>

0 comments on commit c74622b

Please sign in to comment.