diff --git a/_config.yml b/_config.yml index dfe6f0cb..c906404d 100644 --- a/_config.yml +++ b/_config.yml @@ -39,6 +39,15 @@ kramdown: coderay_bold_every: 10 coderay_css: style +navigation: +- text: News + url: /news.html + layout: post +- text: About + url: /about.html +- text: Features + url: /features.html + aliases: s_nakamoto: Satoshi Nakamoto --author=Satoshi Nakamoto: Satoshi Nakamoto diff --git a/_includes/nav.html b/_includes/nav.html new file mode 100644 index 00000000..226ee295 --- /dev/null +++ b/_includes/nav.html @@ -0,0 +1,18 @@ +
diff --git a/_layouts/base.html b/_layouts/base.html index fbfd689b..d4dd26d1 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -29,6 +29,8 @@ + {% include nav.html %} + {{ content }}