From 56faea4956d0dbf05ad75bbafca81aa90d09771d Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Sat, 6 Apr 2024 19:42:00 +0200 Subject: Add ontology --- layouts/partials/ld/person.html | 45 ++++++++++++++++++++++++++++++++++++++++ layouts/partials/ld/post.html | 26 +++++++++++++++++++++++ layouts/partials/ld/website.html | 8 +++++++ 3 files changed, 79 insertions(+) create mode 100644 layouts/partials/ld/person.html create mode 100644 layouts/partials/ld/post.html create mode 100644 layouts/partials/ld/website.html (limited to 'layouts/partials') diff --git a/layouts/partials/ld/person.html b/layouts/partials/ld/person.html new file mode 100644 index 0000000..f329ae7 --- /dev/null +++ b/layouts/partials/ld/person.html @@ -0,0 +1,45 @@ + \ No newline at end of file diff --git a/layouts/partials/ld/post.html b/layouts/partials/ld/post.html new file mode 100644 index 0000000..c4d0ae4 --- /dev/null +++ b/layouts/partials/ld/post.html @@ -0,0 +1,26 @@ + \ No newline at end of file diff --git a/layouts/partials/ld/website.html b/layouts/partials/ld/website.html new file mode 100644 index 0000000..2abab83 --- /dev/null +++ b/layouts/partials/ld/website.html @@ -0,0 +1,8 @@ + \ No newline at end of file -- cgit v1.3