<link rel="stylesheet" href="index.css">
<?php endif; ?>
- <link href="https://fonts.googleapis.com/css?family=Inconsolata&subset=latin-ext" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css?family=Inconsolata&subset=latin-ext" rel="stylesheet">
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<link rel="shortcut icon" href="<?= $baseUrl . "favicon.ico" ?>">
</head>
<li>
<h3><a href="<?= $esc($sub->getName()) ?>"><?= $esc($sub) ?></a></h3>
- <p><?= $quick($sub->getDescription()) ?></p>
+ <?= $quick($sub->getDescription()) ?>
+
<p><?= $esc($sub->getTitle()) ?></p>
</li>
<?php endforeach; ?>
<li>
<h3><a href="<?= $esc($sub->getName()) ?>"><?= $esc($sub) ?></a></h3>
- <p><?= $quick($sub->getDescription()) ?></p>
+ <?= $quick($sub->getDescription()) ?>
+
<p><?= $esc($sub->getTitle()) ?></p>
</li>
<?php endforeach; ?>