diff --git a/layouts/index.html b/layouts/index.html index 75ef5f629..591fa5d99 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -3,6 +3,7 @@ {{ partial "head.html" . }} +{{partial "fbchat.html" .}} {{partial "search.html" .}}
diff --git a/layouts/partials/fbchat.html b/layouts/partials/fbchat.html new file mode 100644 index 000000000..fdfba2dd9 --- /dev/null +++ b/layouts/partials/fbchat.html @@ -0,0 +1,30 @@ + +
+ + +
+
+ + + + + \ No newline at end of file