You need to sign in or sign up before continuing.
Commit 2d1d540e authored by Murukesh Mohanan's avatar Murukesh Mohanan

fix url in local jekyl server using permalink...

fix url in local jekyl server using permalink https://github.com/jekyll/jekyll/issues/2021#issuecomment-34467782
parent 6d644e1b
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<ul> <ul>
<li><a href="index">Main</a></li> <li><a href="index">Main</a></li>
<li><a href="acad">Acads</a></li> <li><a href="acad">Acads</a></li>
<li><a href="resources.html">Resources</a></li> <li><a href="resources">Resources</a></li>
<li><a href="contact">Contact<br> <span id="contact-comment">(Please don't!)</span></a></li> <li><a href="contact">Contact<br> <span id="contact-comment">(Please don't!)</span></a></li>
</ul> </ul>
</h3> </h3>
......
--- ---
title: Academics title: Academics
pagestyle: acad pagestyle: acad
permalink: /acad/
--- ---
<div markdown="1" class="section"> <div markdown="1" class="section">
Sem IV courses: Sem IV courses:
......
--- ---
title: Contact title: Contact
permalink: /contact/
--- ---
<div class="section" markdown="1"> <div class="section" markdown="1">
......
--- ---
title: Murukesh Mohanan title: Murukesh Mohanan
permalink: /index/
--- ---
<div markdown="1" class="section"> <div markdown="1" class="section">
......
--- ---
title: Resources title: Resources
pagestyle: cann-table pagestyle: cann-table
permalink: /resources/
--- ---
<div class="section"> <div class="section">
A CV template in LaTeX (modified from one obtained online, original included): <br> A CV template in LaTeX (modified from one obtained online, original included): <br>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment