Amélioration de l'intégration d'Isso
This commit is contained in:
parent
ade8295ae5
commit
491e0f1c6f
@ -18,3 +18,11 @@ article img {
|
|||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
padding-bottom: 0.5rem;
|
padding-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.isso-text > p {
|
||||||
|
color: #333 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.isso-auth-section label {
|
||||||
|
color: #333 !important;
|
||||||
|
}
|
||||||
|
|||||||
@ -5,5 +5,4 @@
|
|||||||
data-title="{{ .Title }}"
|
data-title="{{ .Title }}"
|
||||||
data-uri="{{ .RelPermalink }}"
|
data-uri="{{ .RelPermalink }}"
|
||||||
></section>
|
></section>
|
||||||
<script data-isso="/isso/" src="/isso/js/embed.min.js"></script>
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1,4 +1,9 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
{{ partial "header_logo.html" . }}
|
{{ partial "header_logo.html" . }} {{ partial "header_menu.html" . }} {{ "<!-- isso -->"
|
||||||
{{ partial "header_menu.html" . }}
|
| safeHTML }}
|
||||||
|
<script
|
||||||
|
data-isso="{{ .Site.baseURL }}isso/"
|
||||||
|
src="{{ .Site.baseURL }}isso/js/embed.min.js"
|
||||||
|
></script>
|
||||||
|
{{ "<!-- end isso -->" | safeHTML }}
|
||||||
</header>
|
</header>
|
||||||
Loading…
x
Reference in New Issue
Block a user