Fix duplicate IDs
This commit is contained in:
parent
be422f74cf
commit
a999bd71a8
2 changed files with 3 additions and 4 deletions
|
@ -284,11 +284,10 @@ td {
|
||||||
margin-right: 0.2em;
|
margin-right: 0.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#f-list {
|
.f-list {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 0.2em;
|
margin-top: 0.2em;
|
||||||
margin-bottom: 0.2em;
|
margin-bottom: 0.2em;
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="f-list">
|
<div class="f-list">
|
||||||
<ul class="nice-list">
|
<ul class="nice-list">
|
||||||
{{ range $.Site.Menus.footer }}
|
{{ range $.Site.Menus.footer }}
|
||||||
<li>
|
<li>
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
{{ with .Site.Params.geekring_site_id }}
|
{{ with .Site.Params.geekring_site_id }}
|
||||||
<hr>
|
<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>
|
<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/{{ . }}/previous">Previous site</a> --
|
||||||
<a href="http://geekring.net/site/{{ . }}/random">Random site</a> --
|
<a href="http://geekring.net/site/{{ . }}/random">Random site</a> --
|
||||||
|
|
Loading…
Add table
Reference in a new issue