diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..605573d --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,3 @@ + +name: Cloud Gallery +title: null \ No newline at end of file diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 4b5384e..1113190 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -11,7 +11,12 @@
+ {% if site.title and site.title != page.title %} +

{{ site.title }}

+ {% endif %} + {{ content }} +