Skip to content

Instantly share code, notes, and snippets.

View philippze's full-sized avatar

Philipp Zedler philippze

View GitHub Profile
@philippze
philippze / siblings_menu_tags.py
Created January 14, 2018 16:23
Django CMS Menu of sibling pages
from classytags.arguments import Argument, StringArgument
from classytags.core import Options
from django import template
from menus.templatetags.menu_tags import ShowMenu
register = template.Library()
class ShowSiblingsMenu(ShowMenu):
@philippze
philippze / jQuery.truncateTeaser
Created July 2, 2014 12:48
Shorten a text until it's below a certain heigt.
(function ($) {
/**
* Shorten a text until it's below a certain heigt.
* Pass the parameter 'height' in px with the options.
*
* Usage:
*
* $('.teasers').truncateTeasers({height: 40});
*
* This removes words from the end of the text in all .teasers