about summary refs log tree commit diff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/projects/project/osxiv.md19
1 files changed, 1 insertions, 18 deletions
diff --git a/content/projects/project/osxiv.md b/content/projects/project/osxiv.md
index e6a74ec..ef948ae 100644
--- a/content/projects/project/osxiv.md
+++ b/content/projects/project/osxiv.md
@@ -5,21 +5,4 @@ notshowthedate: true
 draft: false
 ---
 
-
-<div id="fetched-markdown"></div>
-
-<script src="https://cdn.jsdelivr.net/npm/showdown@1.9.0/dist/showdown.min.js" type="text/javascript"></script>
-
-<script>
-
-fetch("https://raw.githubusercontent.com/Baitinq/OSXIV/master/README.md").then((response) => response.text()).then((data) => {
-	console.log(data);
-	const converter = new showdown.Converter();
-	const html      = converter.makeHtml(data);
-	document.getElementById('fetched-markdown').innerHTML = html;
-});
-</script>
-
------
-
-This information was fetched from [OSXIV's](https://github.com/Baitinq/OSXIV) [README]("https://raw.githubusercontent.com/Baitinq/OSXIV/master/README.md").
+{{% projectFetch projectName="OSXIV" projectURL="https://github.com/Baitinq/OSXIV" readmeURL="https://raw.githubusercontent.com/Baitinq/OSXIV/master/README.md" %}}