mirror of
https://github.com/wassname/ray.git
synced 2026-07-12 14:00:35 +08:00
[bug] Attempt to fix links not working. (#6390)
This commit is contained in:
committed by
Robert Nishihara
parent
4e24c805ee
commit
65694cdc4c
@@ -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
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user