2018-06-21 15:56:08 +00:00
---
layout: custom
title: titles.library
permalink: /library/index.html
---
2018-07-05 15:04:14 +00:00
{% t global.lang_tag %}
2018-06-21 15:56:08 +00:00
< div class = "about-monero" >
< div class = "center-xs container description" >
< p class = "text-center" > {% t library.description %}< / p >
< / div >
{% for book in site.translations[site.lang].library.books %}
< section class = "container full" >
2019-01-19 03:18:55 +00:00
< div class = "info-block text-adapt" >
2018-06-21 15:56:08 +00:00
< h2 > {{ book.category }}< / h2 >
< div >
{% for publication in book.publications %}
< h3 > < a href = "{{ site.baseurl_root }}/library/{{ publication.file }}" > {{ publication.name }}< / a > < / h3 >
< p > {{ publication.abstract }}< / p >
{% endfor %}
< / div >
< / div >
< / section >
{% endfor %}
< / div >
< div class = "untranslated {% t library.translated %}" >
2018-10-22 21:49:31 +00:00
< p > {% t global.untranslated %} < a class = "untranslated-link" href = "https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page" > README< / a > .< / p >
2018-06-21 15:56:08 +00:00
< / div >