summaryrefslogtreecommitdiff
path: root/src/web/_views
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/web/_views/blog/rss.php3
-rw-r--r--src/web/_views/footer.php9
-rw-r--r--src/web/_views/header.php2
3 files changed, 10 insertions, 4 deletions
diff --git a/src/web/_views/blog/rss.php b/src/web/_views/blog/rss.php
index 121b747..830ae34 100644
--- a/src/web/_views/blog/rss.php
+++ b/src/web/_views/blog/rss.php
@@ -1,5 +1,6 @@
<?php /* Copyright (c) 2024 Freya Murphy */ ?>
-<rss version="2.0">
+<?php echo '<?xml version="1.0" encoding="UTF-8"?>'?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title><?=lang('title')?></title>
<link><?=$this->get_url('blog')?></link>
diff --git a/src/web/_views/footer.php b/src/web/_views/footer.php
index 067bb2a..a22959e 100644
--- a/src/web/_views/footer.php
+++ b/src/web/_views/footer.php
@@ -7,6 +7,11 @@
$footer_text = '';
}
?>
+ <div id="ad" class="section ad-slot" role="region">
+ <span class="ad-slot">
+ <?=lang('adblock_notice')?>
+ </span>
+ </div>
</div>
</div>
<div id="footer" role="contentinfo" aria-label="footer">
@@ -23,10 +28,10 @@
<?=image('buttons/vim', 'alt_button_vim', animated: TRUE, width: '88', height: '30')?>
<?=image('buttons/gnu-linux', 'alt_button_gnu_linux', width: '88', height: '30')?>
<a href="https://www.eff.org/join">
- <?=image('buttons/eff', 'alt_button_eff', width: '96', height: '30')?>
+ <?=image('buttons/eff', 'alt_button_eff', 'title_button_eff', width: '96', height: '30')?>
</a>
<a href="https://citrons.xyz/a/memetic-apioform-page.html">
- <?=image('buttons/apiopage', 'alt_button_apiopage', width: '81', height: '30')?>
+ <?=image('buttons/apiopage', 'alt_button_apiopage', 'title_button_apiopage', width: '81', height: '30')?>
</a>
</div>
<br>
diff --git a/src/web/_views/header.php b/src/web/_views/header.php
index f6b4740..5eb528a 100644
--- a/src/web/_views/header.php
+++ b/src/web/_views/header.php
@@ -7,7 +7,7 @@
<?=ie('<center>')?>
<div class="center">
<div id="header" role="banner" aria-label="banner">
- <?=image('img/headerLogo', 'alt_website_logo', size: '200')?>
+ <?=image('img/headerLogo', 'alt_website_logo', 'title_website_logo', size: '200')?>
<div class="content">
<h1 class="logo-text">
<?=lang('first_name')?>