diff --git a/_data/notification.yml b/_data/notification.yml new file mode 100644 index 0000000..56eb5d3 --- /dev/null +++ b/_data/notification.yml @@ -0,0 +1,5 @@ +show: false +type: success +text: > + Welcome on my relaunched website. Please see info on + About page. \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index 230bc64..040a9ab 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -61,9 +61,10 @@ {% endfor %} +{% if site.data.notification.show %}
- {% comment %}notification area {% endcomment %} - +{% endif %}