forked from MarseyWorld/MarseyWorld
add id to hole name in header
parent
26959e0751
commit
ea2f66145a
|
@ -70,7 +70,7 @@
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
{% if sub %}
|
{% if sub %}
|
||||||
<a href="/h/{{sub.name}}" class="sub-name font-weight-bold ml-2 flex-grow-1 mt-1" style="font-size:max(14px,1.2vw)">{% if not HOLE_STYLE_FLAIR %}/h/{% endif %}{{sub.name}}</a>
|
<a id="sub-name" href="/h/{{sub.name}}" class="font-weight-bold ml-2 flex-grow-1 mt-1" style="font-size:max(14px,1.2vw)">{% if not HOLE_STYLE_FLAIR %}/h/{% endif %}{{sub.name}}</a>
|
||||||
{% elif has_logo %}
|
{% elif has_logo %}
|
||||||
<style>
|
<style>
|
||||||
{% if g.webview %}
|
{% if g.webview %}
|
||||||
|
|
Loading…
Reference in New Issue