|
61 | 61 | <i class="bi bi-journal-text me-1"></i> |
62 | 62 | Feeds |
63 | 63 | </a> |
| 64 | + <a href="/categories" class="d-inline-flex align-items-center pe-1 py-2 me-3 text-decoration-none <?= $this->section('active') === 'categories' ? 'border-white text-white' : 'text-secondary hover-text-white' ?>"> |
| 65 | + <i class="bi bi-folder me-1"></i> |
| 66 | + Categorias |
| 67 | + </a> |
| 68 | + <a href="/tags" class="d-inline-flex align-items-center pe-1 py-2 me-3 text-decoration-none <?= $this->section('active') === 'tags' ? 'border-white text-white' : 'text-secondary hover-text-white' ?>"> |
| 69 | + <i class="bi bi-tags me-1"></i> |
| 70 | + Tags |
| 71 | + </a> |
64 | 72 | <a href="/suggest-feed" class="d-inline-flex align-items-center pe-1 py-2 me-3 text-decoration-none <?= $this->section('active') === 'suggest-feed' ? 'border-white text-white' : 'text-secondary hover-text-white' ?>"> |
65 | 73 | <i class="bi bi-plus-circle me-1"></i> |
66 | 74 | Sugerir |
|
69 | 77 | </nav> |
70 | 78 | </div> |
71 | 79 | <div class="d-flex align-items-center"> |
72 | | - <a href="/feed/rss" target="_blank" class="btn btn-sm btn-outline-secondary me-2" title="Feed RSS"> |
73 | | - <i class="bi bi-rss"></i> RSS |
74 | | - </a> |
75 | | - <a href="/feed/json" target="_blank" class="btn btn-sm btn-outline-secondary me-2" title="Feed JSON"> |
76 | | - <i class="bi bi-braces"></i> JSON |
| 80 | + <a href="/feed-builder" class="btn btn-sm btn-outline-secondary me-2" title="Construtor de Feed"> |
| 81 | + <i class="bi bi-braces"></i> Feed |
77 | 82 | </a> |
78 | 83 | <button id="darkModeToggle" class="btn btn-sm btn-outline-secondary"> |
79 | 84 | <i class="bi bi-sun d-none" id="lightIcon"></i> |
|
96 | 101 | © <?= date('Y') ?> - Diretório e buscador de blogs pessoais atualizado em tempo real. |
97 | 102 | </p> |
98 | 103 | <p class="text-center mt-2 mb-0"> |
99 | | - <a href="/feed/rss" target="_blank" class="btn btn-sm btn-outline-secondary mx-1" title="Feed RSS"> |
100 | | - <i class="bi bi-rss"></i> RSS |
101 | | - </a> |
102 | | - <a href="/feed/json" target="_blank" class="btn btn-sm btn-outline-secondary mx-1" title="Feed JSON"> |
103 | | - <i class="bi bi-braces"></i> JSON |
| 104 | + <a href="/feed-builder" class="btn btn-sm btn-outline-secondary mx-1" title="Construtor de Feed"> |
| 105 | + <i class="bi bi-braces"></i> Feed |
104 | 106 | </a> |
105 | 107 | <a href="https://github.com/manualdousuario/lerama" target="_blank" class="btn btn-sm btn-outline-secondary mx-1" title="GitHub"> |
106 | 108 | <i class="bi bi-github"></i> GitHub |
|
0 commit comments