Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
machinelistening
/
curriculum-test
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
allow nosup links to be black
master
Sean Dockray
4 anos atrás
pai
3b63e23374
commit
b03fd8379b
5 arquivos alterados
com
8 adições
e
4 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo
+ 1
- 1
data/books/catalog.json
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo
+ 4
- 0
themes/sandpoints/assets/css/site.css
Ver arquivo
@@ -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
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo
+ 1
- 1
themes/sandpoints/layouts/shortcodes/nosup.html
Ver arquivo
@@ -1 +1 @@
<span class="nosup">{{ with .Inner }} {{ $.Page.RenderString . }} {{ end }}</span>
<span class="nosup
{{ with .Get 0}} {{.}}{{ end }}
">{{ with .Inner }} {{ $.Page.RenderString . }} {{ end }}</span>
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar