Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
adrianshort
/
tumble
kopia lustrzana
https://github.com/adrianshort/tumble.git
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Wydania
0
Wiki
Aktywność
Przeglądaj źródła
Don't duplicate the video summary on the single template
master
Adrian Short
7 lat temu
rodzic
3d1a833089
commit
0c24098e8c
3 zmienionych plików
z
4 dodań
i
3 usunięć
Widok podzielony
Opcje porównania
Pokaż statystyki
Ściągnij plik aktualizacji
Ściągnij plik porównania
+1
-0
layouts/partials/video-embed.html
+1
-1
layouts/partials/video.html
+2
-2
layouts/video/single.html
+ 1
- 0
layouts/partials/video-embed.html
Wyświetl plik
@@ -0,0 +1 @@
<iframe width="100%" height="360" src="{{ . }}" frameborder="0" allowfullscreen></iframe>
+ 1
- 1
layouts/partials/video.html
Wyświetl plik
@@ -1,2 +1,2 @@
<iframe width="100%" height="360" src="{{ .Params.embed_url }}" frameborder="0" allowfullscreen></iframe>
{{ partial "video-embed" .Params.embed_url }}
{{ .Summary }}
+ 2
- 2
layouts/video/single.html
Wyświetl plik
@@ -1,6 +1,6 @@
{{ partial "header" . }}
<style>body { background-color: black; color: white; }</style>
{{ partial "video" . }}
{{ partial "video
-embed
" .
Params.embed_url
}}
{{ .Content }}
{{ partial "postmeta" . }}
{{ partial "footer" . }}
{{ partial "footer" . }}
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz