Select Git revision
FactFavorisation.cs.meta
-
Tobias Schöner authored
Facts can be marked as favorite on middle mouse button click. Favorised facts are indicaded by a yellow star in the top right corner. Other fact displays will be updated accordingly and newly spawned fact displays will show the favorite star correctly.
Tobias Schöner authoredFacts can be marked as favorite on middle mouse button click. Favorised facts are indicaded by a yellow star in the top right corner. Other fact displays will be updated accordingly and newly spawned fact displays will show the favorite star correctly.
index.html 346 B
---
layout: default
title: News
source: _posts/
---
{% comment %}
To add a new blog/news post, please create a file in the _posts/
directory, taking the existing files as examples.
{% endcomment %}
<div class="posts">
{% for post in paginator.posts %}
{% include post_link.html %}
{% endfor %}
</div>
{% include pagination.html %}