Fix duplicate IDs

This commit is contained in:
Joshua Goins 2023-04-17 14:18:40 -04:00
parent be422f74cf
commit a999bd71a8
2 changed files with 3 additions and 4 deletions

View file

@ -284,11 +284,10 @@ td {
margin-right: 0.2em;
}
#f-list {
.f-list {
text-align: center;
}
h2 {
margin-top: 0.2em;
margin-bottom: 0.2em;

View file

@ -7,7 +7,7 @@
{{ end }}
</div>
<div id="f-list">
<div class="f-list">
<ul class="nice-list">
{{ range $.Site.Menus.footer }}
<li>
@ -20,7 +20,7 @@
{{ with .Site.Params.geekring_site_id }}
<hr>
<div id="f-list">
<div class="f-list">
<b>This site is a proud member of the geekring! Check some other geeky websites here!</b><br>
<a href="http://geekring.net/site/{{ . }}/previous">Previous site</a> --
<a href="http://geekring.net/site/{{ . }}/random">Random site</a> --