This repository was archived by the owner on Oct 6, 2025. It is now read-only.
Open
Conversation
```
{% twitter_search "#kittens" as tweets %}
{% for tweet in tweets %}
<div>{{ tweet.html }}</div>
{% endfor %}
```
Fixes City-of-Helsinki#58
…itter Augment twitter_search results with rendered HTML
Update front page event info
Update front page event info
…-of-Helsinki#71) Add Twitter feed on front page
* Add events app adapted from dev.hel.fi * Add location, description and event page Remove debug print * Just use moment for the event time * Add check and instructions to add event page on front page * Add default open data keyword to new event page * Add coffee to package.json * Lessen indentation * Do not fetch more than 100 events, to prevent accidental loops * Display event data source in footnote * Move compress tag * Use string formatting in ugly event urls
…ge-indicators Feature frontpage indicators
…ly from h2 tags, and link to them
Restyle events index page, make boxes even height
Table of content creation
… on front page and digiguide fontpage
…hases Create service phase custom tag and add phases model on Project Page
Add text field on person index page
Restyle page toc and make it float.
…blogs Make blog templates support multiple blogs.
Make it possible to add category pages, each of which lists the terms of one category. Support linking to individual terms in similar way as to normal pages, but with a separate widget that includes the target to link. Remove the old functionality for glossary term tooltips.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Glossary pages as specified in the ticket #86. Also, merge master branch.