|
@@ -20,6 +20,10 @@
|
|
|
<?php if (isset ($this->rss_url)) { ?>
|
|
<?php if (isset ($this->rss_url)) { ?>
|
|
|
<link rel="alternate" type="application/rss+xml" title="<?php echo $this->rss_title; ?>" href="<?php echo Url::display ($this->rss_url); ?>" />
|
|
<link rel="alternate" type="application/rss+xml" title="<?php echo $this->rss_title; ?>" href="<?php echo Url::display ($this->rss_url); ?>" />
|
|
|
<?php } ?>
|
|
<?php } ?>
|
|
|
|
|
+ <link rel="prefetch" href="<?php echo RSSThemes::icon('starred', true); ?>">
|
|
|
|
|
+ <link rel="prefetch" href="<?php echo RSSThemes::icon('non-starred', true); ?>">
|
|
|
|
|
+ <link rel="prefetch" href="<?php echo RSSThemes::icon('read', true); ?>">
|
|
|
|
|
+ <link rel="prefetch" href="<?php echo RSSThemes::icon('unread', true); ?>">
|
|
|
<meta name="robots" content="noindex,nofollow" />
|
|
<meta name="robots" content="noindex,nofollow" />
|
|
|
</head>
|
|
</head>
|
|
|
<body>
|
|
<body>
|