diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 00b7b7e..db6445e 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -3,5 +3,37 @@
+
+
+
License: {technology.license}
{/if} - {#if (technology.categories)}{pluraliser('Category','Categories',technology.categories.length)}: {toOxfordCommaString(technology.categories)}
{/if} - {#if (technology.analogues)}Alternative to {toOxfordCommaString(technology.analogues)}
{/if} -{technology.description}
- {#if hasInstances(technology)} - - {:else} -+ This sites exists to provide an 'always-up-to-date', in-depth description of the libre software web services I have set + up and maintain. +
++ License: {technology.license} +
{/if} + {#if technology.categories}+ {pluraliser('Category', 'Categories', technology.categories.length)}: + {toOxfordCommaString(technology.categories)} +
{/if} + {#if technology.analogues}+ Alternative to {toOxfordCommaString(technology.analogues)} +
{/if} ++ {technology.description}{#if technology.extended_description}i{/if} +
+ {#if hasInstances(technology)} + + {:else} +