site: improve page titles in search results

This commit is contained in:
Simon Michael 2015-11-07 11:26:08 -08:00
parent 707d01ba8b
commit b34d1fbad8
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
% home
---
title: home
...
<style>
.highslide img {max-width:200px; float:right; margin:0 0 1em 1em;}

View File

@ -6,7 +6,7 @@
<link rel="icon" type="image/png" href="/images/coins2.ico">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>$title$ - hledger.org</title>
<title>hledger: $title$</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css">
<link href="http://maxcdn.bootstrapcdn.com/bootswatch/3.3.0/readable/bootstrap.min.css" rel="stylesheet">
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>