[bug] Attempt to fix links not working. (#6390)

This commit is contained in:
Dean Wampler
2019-12-07 16:31:50 -06:00
committed by Robert Nishihara
parent 4e24c805ee
commit 65694cdc4c
5 changed files with 13 additions and 4 deletions
+7
View File
@@ -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
+1 -1
View File
@@ -11,7 +11,7 @@ layout: default
<div class="home">
<div>
| <a class href="index">Home</a> | Blog | <a href="get_ray">Get Ray!</a> |
| <a class href="index.html">Home</a> | Blog | <a href="get_ray.html">Get Ray!</a> |
</div>
<p>
+3 -1
View File
@@ -2,6 +2,8 @@
layout: default
---
<!-- NOTE THIS FILE IS CURRENTLY EXCLUDED - SEE _CONFIG.YML -->
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
<embed>
@@ -11,7 +13,7 @@ layout: default
<div class="home">
<div>
| <a class href="index">Home</a> | <a href="blog">Blog</a> | <a href="get_ray">Get Ray!</a> | Community |
| <a class href="index.html">Home</a> | <a href="blog.html">Blog</a> | <a href="get_ray.html">Get Ray!</a> | Community |
</div>
<p>
+1 -1
View File
@@ -11,7 +11,7 @@ layout: default
<div class="home">
<div>
| <a href="index">Home</a> | <a class href="blog">Blog</a> | Get Ray! |
| <a href="index.html">Home</a> | <a class href="blog.html">Blog</a> | Get Ray! |
</div>
<p>
+1 -1
View File
@@ -11,7 +11,7 @@ layout: default
<div class="home">
<div>
| Home | <a class href="blog">Blog</a> | <a href="get_ray">Get Ray!</a> |
| Home | <a class href="blog.html">Blog</a> | <a href="get_ray.html">Get Ray!</a> |
</div>
<p>