Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 596 Bytes

File metadata and controls

15 lines (11 loc) · 596 Bytes
layout
page

{%- capture md -%}

  • [{%- include t.html root="posts" key="views.index.general" -%}](/{{- page.lang -}}/posts/general.html)
  • [{%- include t.html root="posts" key="views.index.apps" -%}](/{{- page.lang -}}/posts/apps.html)
  • [{%- include t.html root="posts" key="views.index.packages" -%}](/{{- page.lang -}}/posts/packages.html)
  • [{%- include t.html root="posts" key="views.index.security" -%}](/{{- page.lang -}}/posts/security.html)

{%- include t.html root="posts" key="views.index.subscribe_to_rss_feed" -%}.

{%- endcapture -%} {{- md | markdownify -}}