Skip to content

Latest commit

 

History

History
38 lines (35 loc) · 894 Bytes

tools.md

File metadata and controls

38 lines (35 loc) · 894 Bytes
layout title lang ref
page
Tools
en
tools

Additional Tools

The tutorials below provide new tools to manage your IT infrastructure.

{% assign tools=site.categories.tool | where:"lang", page.lang %} {% for post in tools %}

{{ post.title }}

{{ post.date | date_to_string }}
    {% for tag in post.tags %}
  • {{ tag }}
  • {% endfor %}

{{ post.description }}

{% endfor %}