Skip to content

Commit

Permalink
Add title
Browse files Browse the repository at this point in the history
  • Loading branch information
hifocus committed Dec 23, 2018
1 parent 0a59896 commit 6a22252
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _posts/gitforwindows/2018-12-23-gitforwindows.md
@@ -1,3 +1,7 @@
---
displayTitle: Git For Windows
---

<script>
const repo = "https://api.github.com/repos/git-for-windows/git/releases/latest";
if (/(x64|WOW64)/i.test(navigator.userAgent)) {
Expand All @@ -22,4 +26,4 @@
if (/(Android)/i.test(navigator.userAgent)) {
alert("This app does not work on your device.");
}
</script>
</script>

0 comments on commit 6a22252

Please sign in to comment.