Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Jul 17, 2024
1 parent 6cc0680 commit e600621
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/_includes/image-gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,18 @@
{% endif %}
{% endfor %}
</ul>
<script>
$.fn.randomize = function(selector) {
var $elems = selector ? $(this).find(selector) : $(this).children(),
$parents = $elems.parent();

$parents.each(function(){
$(this).children(selector).sort(function(){
return Math.round(Math.random()) - 0.5;
}).detach().appendTo(this);
});

return this;
};
$('ul.image-gallery').randomize();
</script>
4 changes: 3 additions & 1 deletion docs/_posts/2024-08-01-10-year-anniversary.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,9 @@ And here is a list of persons that added some code or translations to TerrariumP

## 10 years later

And now, 10 years later, the software is running stable and reliable. Which was the goal in the beginning. It took some more years, and a lot of extra features, but we made it. **10 years old!**
And now, 10 years later, the software is running stable and reliable. Which was the goal in the beginning. It took some more years, and a lot of extra features, but we made it. **10 years old! !! PAAARTEEEEYYY !!**

<div style="width:100%;height:0;padding-bottom:56%;position:relative;"><iframe src="https://giphy.com/embed/ZJB5EPInvETQY" width="100%" height="100%" style="position:absolute" frameBorder="0" class="giphy-embed" allowFullScreen></iframe></div><p><a href="https://giphy.com/gifs/disco-ZJB5EPInvETQY">via GIPHY</a></p>

## Historical pictures

Expand Down

0 comments on commit e600621

Please sign in to comment.