Testing 'Read more' link in RSS

This commit is contained in:
NikaZhenya 2018-10-03 23:49:32 -05:00
parent f3061c9a6b
commit 999127681b
3 changed files with 3 additions and 3 deletions

View File

@ -130,7 +130,7 @@ def convert_md md
data = item_split(l)
item[:pubDate] = get_date(data[0], true)
item[:category] = data[1]
item[:description] = data[2]
item[:description] = data[2] + ' <a href="' + item[:link] + '">Read more</a>.'
content.push(
'<p class="meta">' +
get_date(data[0]) + ' | ' +

View File

@ -42,7 +42,7 @@
https://blog.cliteratu.re/html/entry001.html
</link>
<description>
A general comparation between the most common methods for developing EPUBs.
A general comparation between the most common methods for developing EPUBs. <a href="https://blog.cliteratu.re/html/entry001.html">Read more</a>.
</description>
<author>
nika.zhenya@cliteratu.re (Nika Zhenya)

View File

@ -35,7 +35,7 @@
</nav>
</header>
<section>
<div id="entry001"><p><a href="./html/entry001.html">Digital Publishing as Publishing from Scratch</a></p><p class="meta">October 3, 2018 | Methodology</p><p>A general comparation between the most common methods for developing EPUBs.</p></div>
<div id="entry001"><p><a href="./html/entry001.html">Digital Publishing as Publishing from Scratch</a></p><p class="meta">October 3, 2018 | Methodology</p><p>A general comparation between the most common methods for developing EPUBs. <a href="./html/entry001.html">Read more</a>.</p></div>
</section>
<footer>
<p>Last build: October 3, 2018 | <span class="smallcap"><a target="_blank" href="https://blog.cliteratu.re/feed/rss.xml">RSS</a></span></p>