diff --git a/content/projects/astrill-extractor.md b/content/projects/astrill-extractor.md new file mode 100644 index 0000000..6f4ce77 --- /dev/null +++ b/content/projects/astrill-extractor.md @@ -0,0 +1,5 @@ +title: Astrill Extractor +template: projects +slug: astrill-extractor +repo: https://gist.github.com/RealOrangeOne/050da86871fb952ba7bfe97eece8555c +status: draft diff --git a/content/projects/react-native-busy-indicator.md b/content/projects/react-native-busy-indicator.md new file mode 100644 index 0000000..96c09d4 --- /dev/null +++ b/content/projects/react-native-busy-indicator.md @@ -0,0 +1,5 @@ +title: React native busy indicator +template: projects +slug: react-native-busy-indicator +repo: https://github.com/RealOrangeOne/react-native-busy-indicator +status: draft diff --git a/theme/templates/projects.html b/theme/templates/projects.html index a1f8636..e8fb995 100644 --- a/theme/templates/projects.html +++ b/theme/templates/projects.html @@ -25,6 +25,7 @@ {% if article.download_link %} Download {{ article.title }} {% endif %} + {% if article.repo %} View on Github {% endif %}