diff --git a/_includes/message.html b/_includes/message.html new file mode 100644 index 0000000..7d3a023 --- /dev/null +++ b/_includes/message.html @@ -0,0 +1,63 @@ +
+

Dear fellow human,

+

Welcome! I'm glad you are here.

+

+ Like you, I have many areas of interest. And you will find here a collection + of my posts on varying topics which are not confined to my "professional" + work. +

+ + + + +
diff --git a/_layouts/home.html b/_layouts/home.html index 9e183a4..81ca9f3 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -3,73 +3,7 @@ layout: default ---
-
-

Hello, fellow human!

-

Welcome! I'm glad you are here.

-

- Like you, I have many areas of interests, and in this site you will find - posts on varying topics that are not always confined to my professional - life. -

-

- There really is no central theme on this blog -- even the writing - quality/style may change between posts. My only rule here is that I put - out my thoughts about things I want to talk about. -

- - - - -
- {% if site.posts.size > 0 %} + {% include message.html %} {% if site.posts.size > 0 %}