From 65694cdc4c29b3960e0a367f6b81587ee31d623f Mon Sep 17 00:00:00 2001 From: Dean Wampler Date: Sat, 7 Dec 2019 16:31:50 -0600 Subject: [PATCH] [bug] Attempt to fix links not working. (#6390) --- doc/site/_config.yml | 7 +++++++ doc/site/blog.html | 2 +- doc/site/community.html | 4 +++- doc/site/get_ray.html | 2 +- doc/site/index.html | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/doc/site/_config.yml b/doc/site/_config.yml index 676d4f0c0..ac5a16bf0 100644 --- a/doc/site/_config.yml +++ b/doc/site/_config.yml @@ -27,6 +27,13 @@ markdown: kramdown theme: minima gems: - jekyll-feed +include: + - index.html + - blog.html + - get_ray.html exclude: + - community.html - Gemfile - Gemfile.lock + - README.md +#permalink: /:categories/:year/:month/:day/:title diff --git a/doc/site/blog.html b/doc/site/blog.html index 442b6ceae..35610d913 100644 --- a/doc/site/blog.html +++ b/doc/site/blog.html @@ -11,7 +11,7 @@ layout: default
- | Home | Blog | Get Ray! | + | Home | Blog | Get Ray! |

diff --git a/doc/site/community.html b/doc/site/community.html index baab2db08..9d8c90d5d 100644 --- a/doc/site/community.html +++ b/doc/site/community.html @@ -2,6 +2,8 @@ layout: default --- + + @@ -11,7 +13,7 @@ layout: default

- | Home | Blog | Get Ray! | Community | + | Home | Blog | Get Ray! | Community |

diff --git a/doc/site/get_ray.html b/doc/site/get_ray.html index 71dccc7e5..ed9cf9fe7 100644 --- a/doc/site/get_ray.html +++ b/doc/site/get_ray.html @@ -11,7 +11,7 @@ layout: default

- | Home | Blog | Get Ray! | + | Home | Blog | Get Ray! |

diff --git a/doc/site/index.html b/doc/site/index.html index f350c4b27..ddee7a272 100644 --- a/doc/site/index.html +++ b/doc/site/index.html @@ -11,7 +11,7 @@ layout: default

- | Home | Blog | Get Ray! | + | Home | Blog | Get Ray! |