diff --git a/_layouts/defaultnolinks.html b/_layouts/defaultnolinks.html new file mode 100644 index 000000000..5cfa37fef --- /dev/null +++ b/_layouts/defaultnolinks.html @@ -0,0 +1,35 @@ + + + + + + {{ page.title }} + + + + + + + + + +
+
+

{{ page.title }}

+

{{ page.subtitle }}

+

View the Project on GitHub icsharpcode/ILSpy

+
+
+ {{ content }} +
+
+ + + + + \ No newline at end of file diff --git a/releases/2.3/index.md b/releases/2.3/index.md index ba81e282a..a3c62086f 100644 --- a/releases/2.3/index.md +++ b/releases/2.3/index.md @@ -1,5 +1,5 @@ --- -layout: default +layout: defaultnolinks title: ILSpy 2.3 subtitle: Release Notes ---