References #415
-
|
Hello al-folio community,
Sorry if these questions are too basic! Hopefully there is an easy answer our there. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
it is explained somewere in one of the projects: |
Beta Was this translation helpful? Give feedback.
-
|
Actually this question is really old, and the references part didn't exist by then.
al-folio/_projects/1_project.md Line 8 in 8121ad0
al-folio/_projects/1_project.md Line 47 in 8121ad0 About linking to other pages, you can use the link or post_url tags, depending on your situation. Also, you can use something like If nothing else works, you can try jekyll-wikirefs plugin (I haven't tried it myself). |
Beta Was this translation helpful? Give feedback.
Actually this question is really old, and the references part didn't exist by then.
Currently there is an example in the Project 1:
al-folio/_projects/1_project.md
Line 8 in 8121ad0
al-folio/_projects/1_project.md
Line 47 in 8121ad0
About linking to other pages, you can use the link or post_url tags, depending on your situation. Also, you can use something like
{{ url | relative_url }}. You can see how it works in the docs.If nothing else works, you can try jekyll-wikirefs plugin (I haven't tried …