From 4818dbb5f77f4aeccee1edce5a4d0ff33a378c38 Mon Sep 17 00:00:00 2001 From: Diego Garcia Date: Mon, 22 Feb 2016 10:30:50 -0300 Subject: [PATCH] fix "unsafe" html tags in README markdown --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f6129bd..5f38b81 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ If you have new links add them to SOCIAL. The Name has to be the name of the cor You can specify an external feed URL (e.g. FeedBurner) in ``SOCIAL`` using the ``rss`` or ``rss-square`` icons. The icon will be shown in the footer with the -rest of your ``SOCIAL`` accounts. A tag for the external feed will be -placed in instead of the default Pelican feeds. +rest of your ``SOCIAL`` accounts. A ```` tag for the external feed will be +placed in ```` instead of the default Pelican feeds. ### Code highlights @@ -118,7 +118,7 @@ TWITTER_HANDLE = "myprofile" - Set ``SHOW_FULL_ARTICLE`` to True to show full article content on index.html instead of summary; - Set ``SHOW_SITESUBTITLE_IN_HTML`` to True to make use of the ``SITESUBTITLE`` - variable inside the HTML tag; + variable inside the ``<title>`` HTML tag; ### Articles