forked from free-time/free-time.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi.html
More file actions
19 lines (19 loc) · 687 Bytes
/
api.html
File metadata and controls
19 lines (19 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: default
title: Free time - API
permalink: /api/
titlesecondary: Categoria API
---
{% for post in site.categories.api %}
<main role="main" class="main">
<section class="lectures">
<article class="lecture-content">
<a href="{{ post.link }}" class="lecture-thumbnails mfp-iframe" target="_blank">
<img src="{{ post.img }}" alt="{{ post.title }}">
</a>
<a class="mfp-iframe" href="{{ post.link }}"><h2 class="title-lecture">{{ post.title }}</h2></a>
<span class="btn-default watch"><a target="_blank" class="btn-default--link mfp-iframe" href="{{ post.link }}">Assista agora!</a></span>
</article>
</section>
</main>
{% endfor %}