Skip to content

Commit 4b56e7a

Browse files
committed
Added rss metadata to header
1 parent b40d23d commit 4b56e7a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

header-manpage.php

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
1212
<title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
1313
<link rel="shortcut icon" href="<?php bloginfo('stylesheet_directory'); ?>/img/favicon.ico"/>
14+
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.gnuplotting.org/feed/"/>
1415
<!-- Adding google code prettifier -->
1516
<link href="<?php bloginfo('stylesheet_directory'); ?>/css/bootstrap.min.css" type="text/css" rel="stylesheet" />
1617
<link href="<?php bloginfo('stylesheet_directory'); ?>/css/font-awesome.min.css" type="text/css" rel="stylesheet" />

header.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
1212
<title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
1313
<link rel="shortcut icon" href="<?php bloginfo('stylesheet_directory'); ?>/img/favicon.ico"/>
14+
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.gnuplotting.org/feed/"/>
1415
<!-- Adding google code prettifier -->
1516
<link href="<?php bloginfo('stylesheet_directory'); ?>/css/bootstrap.min.css" type="text/css" rel="stylesheet" />
1617
<link href="<?php bloginfo('stylesheet_directory'); ?>/css/font-awesome.min.css" type="text/css" rel="stylesheet" />
1718
<link href="<?php bloginfo('stylesheet_directory'); ?>/css/prettify.css" type="text/css" rel="stylesheet" />
1819
<link href="<?php bloginfo('stylesheet_directory'); ?>/style.css" type="text/css" rel="stylesheet" />
19-
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/jquery-1.7.2.min.js"></script>
20+
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/jquery-1.7.2.min.js"></script>
2021
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/prettify.js"></script>
2122
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/bootstrap.min.js"></script>
2223
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

0 commit comments

Comments
 (0)