diff --git a/src/app.html b/src/app.html index 6f17e09..dd99150 100644 --- a/src/app.html +++ b/src/app.html @@ -29,7 +29,7 @@
%sveltekit.body%
diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 6f52158..6564a9d 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1722,5 +1722,12 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/ArtisanLabs.svg', url: 'https://artisanlabs.io' + }, + { + id: 14839, + title: 'Django', + category: 'Framework', + route: '/library/django.svg', + url: 'https://www.djangoproject.com/' } ]; diff --git a/static/library/django.svg b/static/library/django.svg new file mode 100644 index 0000000..05b253f --- /dev/null +++ b/static/library/django.svg @@ -0,0 +1 @@ + \ No newline at end of file