diff --git a/_includes/glossary.html b/_includes/glossary.html new file mode 100644 index 00000000000..2841a116dad --- /dev/null +++ b/_includes/glossary.html @@ -0,0 +1,8 @@ + +
diff --git a/_layouts/default.html b/_layouts/default.html index b11449ed12e..1803f7263b2 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -11,7 +11,7 @@ {{ content }} - + {% include glossary.html %} {% include footer.html %}