Commit 32508fa2 authored by Murukesh Mohanan's avatar Murukesh Mohanan

minor updates

parent 2d1d540e
...@@ -11,10 +11,10 @@ ...@@ -11,10 +11,10 @@
<title> <title>
{{ page.title }} &ndash; Muru's home page. {{ page.title }} &ndash; Muru's home page.
</title> </title>
<link rel="stylesheet" href="styles/{{ page.pagestyle }}.css" type="text/css"> <link rel="stylesheet" href="/styles/{{ page.pagestyle }}.css" type="text/css">
<!-- Web Fonts FTW! --> <!-- Web Fonts FTW! -->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu"> <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu">
<script type="text/javascript" src="murujs.js"></script> <script type="text/javascript" src="/murujs.js"></script>
</head> </head>
<body> <body>
<div id="header"> <div id="header">
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
<!-- Navigational link. --> <!-- Navigational link. -->
<h3> <h3>
<ul> <ul>
<li><a href="index">Main</a></li> <li><a href="/">Main</a></li>
<li><a href="acad">Acads</a></li> <li><a href="/acad">Acads</a></li>
<li><a href="resources">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>
</div> </div>
...@@ -42,10 +42,12 @@ ...@@ -42,10 +42,12 @@
</div> </div>
<div id="footer"> <div id="footer">
<div class="section">
<!-- Copyleft FTW! --> <!-- Copyleft FTW! -->
<img src="images/Copyleft.png" style="height: 1em;" alt="copyleft"> Murukesh Mohanan. <img src="/images/Copyleft.png" style="height: 1em;" alt="copyleft"> Murukesh Mohanan.
<p>Permission to use content is granted under <a href="https://creativecommons.org/licenses/by-sa/3.0/" target="_blank">the CC BY-SA license</a>. <p>Permission to use content is granted under <a href="https://creativecommons.org/licenses/by-sa/3.0/" target="_blank">the CC BY-SA license</a>.
<p>The font used here is the Ubuntu font, via Google Web Fonts. <p>The font used here is the Ubuntu font, via Google Web Fonts.
</div>
</div> </div>
</body> </body>
<script type="text/javascript"> <script type="text/javascript">
......
---
layout: default
permalink: /blogs/:title
---
<div class="section">
<h1> {{ page.title }} </h1>
<p class="meta">{{ page.date | date_to_string }}</p>
</div>
<div class="section post">
{{ content }}
</div>
--- ---
title: Murukesh Mohanan title: Murukesh Mohanan
permalink: /index/
--- ---
<div markdown="1" class="section"> <div markdown="1" class="section">
......
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