rss feed
This commit is contained in:
parent
05d4d2891e
commit
f8ddfb09e2
7 changed files with 27 additions and 27 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<div class="article">
|
||||
<h1><a href="{{ base_path }}/{{ year }}/{{ slug }}.html">{{ title }}</a></h1>
|
||||
<h1><a href="/{{ year }}/{{ slug }}.html">{{ title }}</a></h1>
|
||||
<p class="meta">{{ category_label}}<span>{{ friendly_date }}</span></p>
|
||||
<p class="summary">{{ summary }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,12 +1,11 @@
|
|||
<item>
|
||||
<title>{{ title }}</title>
|
||||
<link>{{ site_url }}/{{ blog }}/{{ slug }}/</link>
|
||||
<link>{{ site_url }}/{{ year }}/{{ slug }}.html</link>
|
||||
<description>
|
||||
<![CDATA[
|
||||
<p>
|
||||
{{ summary }} <a href="{{ site_url }}/{{ blog }}/{{ slug }}/">...</a>
|
||||
{{ content }}
|
||||
</p>
|
||||
<p><a href="{{ site_url }}/{{ blog }}/{{ slug }}/">Read More</a></p>
|
||||
]]>
|
||||
</description>
|
||||
<pubDate>{{ rfc_2822_date }}</pubDate>
|
||||
|
|
|
|||
|
|
@ -1,4 +1 @@
|
|||
{{ content }}
|
||||
<section>
|
||||
<a class="rss" href="{{ base_path }}/rss.xml">RSS</a>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -2,18 +2,18 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>{{ title }} - {{ subtitle }}</title>
|
||||
<title>{{ title }}</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{{ base_path }}/css/pure/pure-min.css">
|
||||
<link rel="stylesheet" type="text/css" href="{{ base_path }}/css/style.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/pure/pure-min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
||||
|
||||
<!--[if lte IE 8]>
|
||||
<link rel="stylesheet" href="{{ base_path }}/css/pure/grids-responsive-old-ie-min.css">
|
||||
<link rel="stylesheet" href="/css/pure/grids-responsive-old-ie-min.css">
|
||||
<![endif]-->
|
||||
<!--[if gt IE 8]><!-->
|
||||
<link rel="stylesheet" href="{{ base_path }}/css/pure/grids-responsive-min.css">
|
||||
<link rel="stylesheet" href="/css/pure/grids-responsive-min.css">
|
||||
<!--<![endif]-->
|
||||
|
||||
<!-- favicon -->
|
||||
|
|
@ -28,9 +28,11 @@
|
|||
<link rel="icon" type="image/png" href="/logos/logo@144px.png" sizes="144x144">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/logos/logo@144px.png">
|
||||
<link rel="shortcut icon" href="/logos/logo@32px.png">
|
||||
</head>
|
||||
|
||||
<body id="{{ slug }}">
|
||||
<!-- RSS -->
|
||||
<link type="application/atom+xml" rel="alternate" href="{{ site_url }}/rss.xml" title="{{ title }}" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="pure-g">
|
||||
<div class="pure-u-1-12"></div>
|
||||
|
|
@ -41,7 +43,6 @@
|
|||
<div id="menu-blog">
|
||||
<a href="/">Blog</a>
|
||||
<a href="#">Archives</a>
|
||||
<a href="#">Recherche</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pure-u-1-12"></div>
|
||||
|
|
@ -68,5 +69,4 @@
|
|||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<channel>
|
||||
<title>{{ title }}</title>
|
||||
<link>{{ site_url }}/</link>
|
||||
<description>Grow with Technology</description>
|
||||
<description>{{ subtitle }}</description>
|
||||
|
||||
{{ content }}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue