diff options
Diffstat (limited to 'app/layout/layout.phtml')
| -rw-r--r-- | app/layout/layout.phtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index 6fc5c1cf0..ac00e8fd0 100644 --- a/app/layout/layout.phtml +++ b/app/layout/layout.phtml @@ -20,6 +20,10 @@ <?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); ?>" /> <?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" /> </head> <body> |
