mirror of
https://github.com/TeamNewPipe/website
synced 2025-10-06 00:22:38 +02:00
Add comments
This commit is contained in:
@@ -26,6 +26,9 @@ footerBuffer: "True"
|
||||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
/*
|
||||
Make single post tiles clickable
|
||||
*/
|
||||
$('.border-box').click(function (event) {
|
||||
if (event.target.nodeName === 'a' || event.target.nodeName === 'A'
|
||||
|| event.target.tagName === 'a' || event.target.tagName === 'A') {
|
||||
|
@@ -2,6 +2,7 @@
|
||||
# Generate pages from individual records in yml files
|
||||
# (c) 2014-2016 Adolfo Villafiorita
|
||||
# Distributed under the conditions of the MIT License
|
||||
# https://github.com/avillafiorita/jekyll-datapage_gen
|
||||
|
||||
module Jekyll
|
||||
|
||||
|
Reference in New Issue
Block a user