Use double quotes instead of single quotes in html

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
This commit is contained in:
Collin J. Doering 2015-08-11 03:35:03 -04:00
parent e634f0fbe4
commit baef1e6f00
14 changed files with 86 additions and 87 deletions

View File

@ -1,8 +1,8 @@
<!DOCTYPE html> <!DOCTYPE html>
<html class='en' manifest='/manifest.appcache'> <html class="en" manifest="/manifest.appcache">
<head> <head>
<!-- Basic Page Needs --> <!-- Basic Page Needs -->
<meta charset='utf-8'> <meta charset="utf-8">
<title>RekahSoft</title> <title>RekahSoft</title>
<meta content="The technical musings of a minimalist" name="description"> <meta content="The technical musings of a minimalist" name="description">
<meta content="Collin Doering" name="author"> <meta content="Collin Doering" name="author">
@ -10,18 +10,17 @@
<meta content="collin, collin doering, rekahsoft, functional programming, math" content="keywords"> <meta content="collin, collin doering, rekahsoft, functional programming, math" content="keywords">
<!-- Mobile Specific Metas --> <!-- Mobile Specific Metas -->
<meta content='width=device-width, initial-scale=1, maximum-scale=1' name='viewport'> <meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
<!-- CSS --> <!-- CSS -->
<link rel="stylesheet" href="/lib/css/normalize.css"> <link rel="stylesheet" href="/lib/css/normalize.css">
<link rel="stylesheet" href="/lib/css/skeleton.css"> <link rel="stylesheet" href="/lib/css/skeleton.css">
<!-- Custom styles for this template --> <!-- Custom styles for this template -->
<link href='/default.css' rel='stylesheet'> <link href="/default.css" rel="stylesheet">
<!-- Favicons --> <!-- Favicons -->
<link href='/images/favicon.ico' rel='shortcut icon'> <link href="/images/favicon.ico" rel="shortcut icon">
<noscript> <noscript>
<style> <style>
@ -45,18 +44,18 @@
$partial("templates/partials/logo-banner.html")$ $partial("templates/partials/logo-banner.html")$
$partial("templates/partials/nav.html")$ $partial("templates/partials/nav.html")$
<div class='container' id='status'> <div class="container" id="status">
<p class='message'></p> <p class="message"></p>
<a class='close-button'>Close</a> <a class="close-button">Close</a>
</div> </div>
<div class='init loading' id='page-content'> <div class="init loading" id="page-content">
<noscript> <noscript>
<div class='container' id='noscript-alert'> <div class="container" id="noscript-alert">
<h1>This site requires javascript!</h1> <h1>This site requires javascript!</h1>
<p> <p>
If you insist on not using javascript we provide a simplified website If you insist on not using javascript we provide a simplified website
<a class='alert-link' href='nojs/index.html'>here</a> <a class="alert-link" href="nojs/index.html">here</a>
</p> </p>
</div> </div>
</noscript> </noscript>
@ -66,11 +65,11 @@
$partial("templates/partials/footer.html")$ $partial("templates/partials/footer.html")$
<!-- External javascript libraries: JQuery, and JQuery-Address --> <!-- External javascript libraries: JQuery, and JQuery-Address -->
<!-- Placed at the end of the document so the pages load faster --> <script src="/lib/js/jquery-1.11.2.js" type="text/javascript"></script>
<script src='/lib/js/jquery-1.11.2.js' type='text/javascript'></script> <script src="/lib/js/jquery.address.js" type="text/javascript"></script>
<script src='/lib/js/jquery.address.js' type='text/javascript'></script> <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' type='text/javascript'></script>
<!-- Custom javascript for user interactivity --> <!-- Custom javascript for user interactivity -->
<script src='/js/default.js' type='text/javascript'></script> <script src="/js/default.js" type="text/javascript"></script>
</body> </body>
</html> </html>

View File

@ -1,4 +1,4 @@
<div id='blog-page'> <div id="blog-page">
$partial("templates/partials/post-teaser-list.html")$ $partial("templates/partials/post-teaser-list.html")$
$partial("templates/partials/pagination.html")$ $partial("templates/partials/pagination.html")$
</div> </div>

View File

@ -1,8 +1,8 @@
<div class='container border-box' id='contact-page'> <div class="container border-box" id="contact-page">
<div class='row'> <div class="row">
$partial("templates/partials/business-card.html")$ $partial("templates/partials/business-card.html")$
</div> </div>
<div class='row' id='about-me-blurb'> <div class="row" id="about-me-blurb">
$body0$ $body0$
</div> </div>
</div> </div>

View File

@ -1,26 +1,26 @@
<div class='container border-box' id='home-page'> <div class="container border-box" id="home-page">
<div class='row'> <div class="row">
<div class='six columns alpha'> <div class="six columns alpha">
$partial("templates/partials/business-card.html")$ $partial("templates/partials/business-card.html")$
</div> </div>
<div class='five columns offset-by-one omega'> <div class="five columns offset-by-one omega">
<div id='recent-posts'> <div id="recent-posts">
<h1>Recent Posts</h1> <h1>Recent Posts</h1>
<hr> <hr>
$partial("templates/partials/recent-posts-list.html")$ $partial("templates/partials/recent-posts-list.html")$
</div> </div>
<div id='tag-cloud'> <div id="tag-cloud">
<h1>Tag Cloud</h1> <h1>Tag Cloud</h1>
<hr> <hr>
$tagCloud$ $tagCloud$
</div> </div>
</div> </div>
</div> </div>
<div class='row'> <div class="row">
<div class='six columns alpha' id='license'> <div class="six columns alpha" id="license">
$license$ $license$
</div> </div>
<div class='five columns offset-by-one omega' id='tools'> <div class="five columns offset-by-one omega" id="tools">
$tools$ $tools$
</div> </div>
</div> </div>

View File

@ -1,11 +1,11 @@
<div id='business-card'> <div id="business-card">
<div class='photo'></div> <div class="photo"></div>
<p class='description'> <p class="description">
Welcome to my blog! Welcome to my blog!
</p> </p>
<div class='info'> <div class="info">
<span class='name'>Collin J. Doering</span> <span class="name">Collin J. Doering</span>
<a class='email' href='mailto:collin.doering@rekahsoft.ca'>collin.doering@rekahsoft.ca</a> <a class="email" href="mailto:collin.doering@rekahsoft.ca">collin.doering@rekahsoft.ca</a>
<a class='gpg-key' href='/files/collin-doering.gpg'>4096R/E05BFEC</a> <a class="gpg-key" href="/files/collin-doering.gpg">4096R/E05BFEC</a>
</div> </div>
</div> </div>

View File

@ -1,13 +1,13 @@
<div id='footer-wrap'> <div id="footer-wrap">
<div class='container'> <div class="container">
<footer> <footer>
<div class='six columns alpha' id='footer-left'> <div class="six columns alpha" id="footer-left">
<p>&copy; Collin Doering 2013</p> <p>&copy; Collin Doering 2013</p>
</div> </div>
<div class='six columns omega' id='footer-right'> <div class="six columns omega" id="footer-right">
<p> <p>
Proudly crafted using Proudly crafted using
<a href='https://www.gnu.org/philosophy/free-sw.html'>Free Software</a> <a href="https://www.gnu.org/philosophy/free-sw.html">Free Software</a>
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -1,3 +1,3 @@
<div id='logo-background'> <div id="logo-background">
<div class='container' id='logo'></div> <div class="container" id="logo"></div>
</div> </div>

View File

@ -1,20 +1,20 @@
<div class="loading" id='nav'> <div class="loading" id="nav">
<ul class="container" id='nav-menu'> <ul class="container" id="nav-menu">
$for(pagesFirst)$ $for(pagesFirst)$
<li> <li>
<a class='menuitem' href='$url$' rel='address:$virtualpath$'>$title$</a> <a class="menuitem" href="$url$" rel="address:$virtualpath$">$title$</a>
</li> </li>
$endfor$ $endfor$
$for(pageMid)$ $for(pageMid)$
<li class='active'> <li class="active">
<a class='menuitem' href='$url$' rel='address:$virtualpath$'>$title$</a> <a class="menuitem" href="$url$" rel="address:$virtualpath$">$title$</a>
</li> </li>
$endfor$ $endfor$
$for(pagesLast)$ $for(pagesLast)$
<li> <li>
<a class='menuitem' href='$url$' rel='address:$virtualpath$'>$title$</a> <a class="menuitem" href="$url$" rel="address:$virtualpath$">$title$</a>
</li> </li>
$endfor$ $endfor$
<a class='rss-icon' href='atom.xml'></a> <a class="rss-icon" href="atom.xml"></a>
</ul> </ul>
</div> </div>

View File

@ -1,18 +1,18 @@
<div class='container' id='pagination'> <div class="container" id="pagination">
$if(firstPageUrl)$ $if(firstPageUrl)$
$if(firstPageUrlVirtualPath)$ $if(firstPageUrlVirtualPath)$
<a class='firstPage' href='$firstPageUrlVirtualPath$'>First Page</a> <a class="firstPage" href="$firstPageUrlVirtualPath$">First Page</a>
$else$ $else$
<a class='firstPage' href='$firstPageUrl$'>First Page</a> <a class="firstPage" href="$firstPageUrl$">First Page</a>
$endif$ $endif$
$else$ $else$
<span class="on-first-page">First Page</span> <span class="on-first-page">First Page</span>
$endif$ $endif$
$if(previousPageUrl)$ $if(previousPageUrl)$
$if(previousPageUrlVirtualPath)$ $if(previousPageUrlVirtualPath)$
<a class='previousPage' href='$previousPageUrlVirtualPath$'>Previous Page</a> <a class="previousPage" href="$previousPageUrlVirtualPath$">Previous Page</a>
$else$ $else$
<a class='previousPage' href='$previousPageUrl$'>Previous Page</a> <a class="previousPage" href="$previousPageUrl$">Previous Page</a>
$endif$ $endif$
$else$ $else$
<span class="no-previous-page">Previous Page</span> <span class="no-previous-page">Previous Page</span>
@ -20,18 +20,18 @@
$if(nextPageUrl)$ $if(nextPageUrl)$
$if(nextPageUrlVirtualPath)$ $if(nextPageUrlVirtualPath)$
<a class='nextPage' href='$nextPageUrlVirtualPath$'>Next Page</a> <a class="nextPage" href="$nextPageUrlVirtualPath$">Next Page</a>
$else$ $else$
<a class='nextPage' href='$nextPageUrl$'>Next Page</a> <a class="nextPage" href="$nextPageUrl$">Next Page</a>
$endif$ $endif$
$else$ $else$
<span class="no-next-page">Next Page</span> <span class="no-next-page">Next Page</span>
$endif$ $endif$
$if(lastPageUrl)$ $if(lastPageUrl)$
$if(lastPageUrlVirtualPath)$ $if(lastPageUrlVirtualPath)$
<a class='lastPage' href='$lastPageUrlVirtualPath$'>Last Page</a> <a class="lastPage" href="$lastPageUrlVirtualPath$">Last Page</a>
$else$ $else$
<a class='lastPage' href='$lastPageUrl$'>Last Page</a> <a class="lastPage" href="$lastPageUrl$">Last Page</a>
$endif$ $endif$
$else$ $else$
<span class="on-last-page">Last Page</span> <span class="on-last-page">Last Page</span>

View File

@ -1,7 +1,7 @@
<ul> <ul>
$for(posts)$ $for(posts)$
<li> <li>
<a href='$url$'>$title$ - $date$</a> <a href="$url$">$title$ - $date$</a>
</li> </li>
$endfor$ $endfor$
</ul> </ul>

View File

@ -1,13 +1,13 @@
<article class='post container'> <article class="post container">
<header> <header>
<h1 class='title'> <h1 class="title">
<a href='$url$'>$title$</a> <a href="$url$">$title$</a>
</h1> </h1>
<p class='info'> <p class="info">
Posted on Posted on
<span class='date'>$date$</span> <span class="date">$date$</span>
$if(author)$ by $if(author)$ by
<span class='author'>$author$</span> <span class="author">$author$</span>
$endif$ $endif$
</p> </p>
</header> </header>
@ -17,16 +17,16 @@
$body$ $body$
$endif$ $endif$
<footer> <footer>
<div class='row'> <div class="row">
<div class='two columns alpha'> <div class="two columns alpha">
$if(teaser)$ $if(teaser)$
<a class='read-more' href='$url$'>Read More</a> <a class="read-more" href="$url$">Read More</a>
$else$ $else$
<span class='no-teaser'></span> <span class="no-teaser"></span>
$endif$ $endif$
</div> </div>
<div class='ten columns omega'> <div class="ten columns omega">
<p class='tags'>$tags$</p> <p class="tags">$tags$</p>
</div> </div>
</div> </div>
</footer> </footer>

View File

@ -1,23 +1,23 @@
<div class='container' id='post-page'> <div class="container" id="post-page">
<article class='post'> <article class="post">
<header> <header>
<h1 class='title'>$title$</h1> <h1 class="title">$title$</h1>
<p class='info'> <p class="info">
Posted on Posted on
<span class='date'>$date$</span> <span class="date">$date$</span>
$if(author)$ by $if(author)$ by
<span class='author'>$author$</span> <span class="author">$author$</span>
$endif$ $endif$
</p> </p>
</header> </header>
$body$ $body$
<footer> <footer>
<div class='row'> <div class="row">
<div class='two columns alpha'> <div class="two columns alpha">
<a class='read-more' href='$url$'>See Comments</a> <a class="read-more" href="$url$">See Comments</a>
</div> </div>
<div class='ten columns omega'> <div class="ten columns omega">
<p class='tags'>$tags$</p> <p class="tags">$tags$</p>
</div> </div>
</div> </div>
</footer> </footer>

View File

@ -1,7 +1,7 @@
<ul> <ul>
$for(recentPosts)$ $for(recentPosts)$
<li> <li>
<a href='$url$'>$title$ - $date$</a> <a href="$url$">$title$ - $date$</a>
</li> </li>
$endfor$ $endfor$
</ul> </ul>

View File

@ -1,5 +1,5 @@
<div id='tag-page'> <div id="tag-page">
<h1 class='container' id='tag'>$tag$</h1> <h1 class="container" id="tag">$tag$</h1>
$partial("templates/partials/post-teaser-list.html")$ $partial("templates/partials/post-teaser-list.html")$
$partial("templates/partials/pagination.html")$ $partial("templates/partials/pagination.html")$
</div> </div>