1
0
mirror of https://github.com/TeamNewPipe/website synced 2025-10-06 00:22:38 +02:00

Add comments

This commit is contained in:
TobiGr
2019-03-04 20:32:35 +01:00
parent dc4a4ee7ec
commit 3f73c9286c
2 changed files with 4 additions and 0 deletions

View File

@@ -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') {

View File

@@ -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