Remove CSS included at top of each page

This commit is contained in:
2025-08-08 21:36:21 -04:00
parent e5d8d20e85
commit 4336183437

View File

@@ -12,15 +12,6 @@
<meta http-equiv="last-modified" content="<!--% format_feed_date(date.now) %-->">
<meta name="keywords" content="Technology, Tech News, Education, Training" />
<meta name="description" content="Hacker Public Radio is a podcast that releases shows every weekday Monday through Friday. Our shows are produced by the community (you) and can be on any topic that is of interest to hackers and hobbyists." />
<!-- Internal CSS -->
<style type="text/css">
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
#list1, #list2, #list3 {
display:none;
}
</style>
<link rel="shortcut icon" href="<!--% absolute_url(baseurl) %-->hpr.ico" >
<link rel="alternate" type="application/rss+xml" title="Hacker Public Radio Opus RSS" href="<!--% absolute_path(baseurl) %-->hpr_opus_rss.php" />
<link rel="alternate" type="application/rss+xml" title="Hacker Public Radio Ogg Vorbis RSS" href="<!--% absolute_path(baseurl) %-->hpr_ogg_rss.php" />
@@ -44,23 +35,23 @@
<!--% INCLUDE "navigation-main.tpl.html" %-->
</nav>
<header role="banner">
<div id="title">
<hgroup id="title">
<h1 id="site_acronym">HPR</h1>
<h2 id="site_name">
<p id="site_name">
<a href="<!--% absolute_path(baseurl) %-->correspondents/index.html">H</a>acker
<a href="<!--% absolute_path(baseurl) %-->comments_viewer.html">P</a>ublic
<a href="<!--% absolute_path(baseurl) %-->syndication.html">R</a>adio
</h2>
<h3 id="site_url">https://HackerPublicRadio.org</h3>
</div>
<div id="tag_line">
</p>
<p id="site_url">https://HackerPublicRadio.org</p>
</hgroup>
<hgroup id="tag_line">
<h2>The Community Podcast</h2>
<h2>Sharing your ideas, projects, opinions since 2005</h2>
<h3>New episodes every weekday </h3>
</div>
<div id="qr_code">
<p>Sharing your ideas, projects, opinions since 2005</p>
<p>New episodes every weekday </p>
</hgroup>
<hgroup id="qr_code">
<img src="<!--% absolute_path(baseurl) %-->images/qr_code_logo.png" alt="HPR logo as a QR code to the HPR URL">
</div>
</hgroup>
</header>
<main id="main_content" role="main">
<!--% INCLUDE $content %-->