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 @@
<ul>
<li><a href="index">Main</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>
</ul>
</h3>
......
---
title: Academics
pagestyle: acad
permalink: /acad/
---
<div markdown="1" class="section">
Sem IV courses:
......
---
title: Contact
permalink: /contact/
---
<div class="section" markdown="1">
......
---
title: Murukesh Mohanan
permalink: /index/
---
<div markdown="1" class="section">
......
---
title: Resources
pagestyle: cann-table
permalink: /resources/
---
<div class="section">
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