Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
machinelistening
/
curriculum-test
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
allow nosup links to be black
master
Sean Dockray
4 anni fa
parent
3b63e23374
commit
b03fd8379b
5 ha cambiato i file
con
8 aggiunte
e
4 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
content/curriculum/index.md
+1
-1
data/books/catalog.json
+4
-0
themes/sandpoints/assets/css/site.css
+1
-1
themes/sandpoints/assets/css/site.min.css
+1
-1
themes/sandpoints/layouts/shortcodes/nosup.html
+ 1
- 1
content/curriculum/index.md
File diff soppresso perché troppo grande
Vedi File
+ 1
- 1
data/books/catalog.json
File diff soppresso perché troppo grande
Vedi File
+ 4
- 0
themes/sandpoints/assets/css/site.css
Vedi File
@@ -607,6 +607,10 @@ img {
color: red;
}
.nosup.black a {
color: #000;
}
.nosup a span.sup {
display: none;
}
+ 1
- 1
themes/sandpoints/assets/css/site.min.css
File diff soppresso perché troppo grande
Vedi File
+ 1
- 1
themes/sandpoints/layouts/shortcodes/nosup.html
Vedi File
@@ -1 +1 @@
<span class="nosup">{{ with .Inner }} {{ $.Page.RenderString . }} {{ end }}</span>
<span class="nosup
{{ with .Get 0}} {{.}}{{ end }}
">{{ with .Inner }} {{ $.Page.RenderString . }} {{ end }}</span>
Scrivi
Anteprima
Caricamento…
Annulla
Salva