|
45 | 45 | Sair |
46 | 46 | </a> |
47 | 47 | <?php else : ?> |
48 | | - <a href="/" class="d-inline-flex align-items-center px-2 py-2 me-3 text-decoration-none <?= $this->section('active') === 'home' ? 'border-white text-white' : 'text-secondary hover-text-white' ?>"> |
| 48 | + <a href="/" class="d-inline-flex align-items-center pe-1 py-2 me-3 text-decoration-none <?= $this->section('active') === 'home' ? 'border-white text-white' : 'text-secondary hover-text-white' ?>"> |
49 | 49 | <i class="bi bi-house-door me-1"></i> |
50 | 50 | Início |
51 | 51 | </a> |
52 | | - <a href="/feeds" class="d-inline-flex align-items-center px-2 py-2 me-3 text-decoration-none <?= $this->section('active') === 'feeds' ? 'border-white text-white' : 'text-secondary hover-text-white' ?>"> |
| 52 | + <a href="/feeds" class="d-inline-flex align-items-center pe-1 py-2 me-3 text-decoration-none <?= $this->section('active') === 'feeds' ? 'border-white text-white' : 'text-secondary hover-text-white' ?>"> |
53 | 53 | <i class="bi bi-journal-text me-1"></i> |
54 | 54 | Feeds |
55 | 55 | </a> |
| 56 | + <?php if(isset($_ENV['ADD_BLOG_LINK']) && !empty($_ENV['ADD_BLOG_LINK'])) : ?> |
| 57 | + <a href="<?= $_ENV['ADD_BLOG_LINK'] ?>" target="_blank" class="d-inline-flex align-items-center pe-1 py-2 me-3 text-decoration-none text-secondary hover-text-white"> |
| 58 | + <i class="bi bi-plus-circle me-1"></i> |
| 59 | + Sugerir Blog |
| 60 | + </a> |
| 61 | + <?php endif; ?> |
56 | 62 | <?php endif; ?> |
57 | 63 | </nav> |
58 | 64 | </div> |
59 | 65 | <div class="d-flex align-items-center"> |
60 | 66 | <a href="/feed/rss" target="_blank" class="btn btn-sm btn-outline-secondary me-2" title="Feed RSS"> |
61 | | - <i class="bi bi-rss"></i> |
| 67 | + <i class="bi bi-rss"></i> RSS |
62 | 68 | </a> |
63 | 69 | <a href="/feed/json" target="_blank" class="btn btn-sm btn-outline-secondary me-2" title="Feed JSON"> |
64 | | - <i class="bi bi-braces"></i> |
| 70 | + <i class="bi bi-braces"></i> JSON |
65 | 71 | </a> |
66 | 72 | <button id="darkModeToggle" class="btn btn-sm btn-outline-secondary"> |
67 | 73 | <i class="bi bi-sun d-none" id="lightIcon"></i> |
|
80 | 86 | <p class="text-center text-secondary small p-0 m-0"> |
81 | 87 | © <?= date('Y') ?> - Diretório e buscador de blogs pessoais atualizado em tempo real. |
82 | 88 | </p> |
83 | | - <p class="text-center text-secondary small p-0 m-0"> |
84 | | - Quer incluir o seu blog pessoal no Lerama? <a href="mailto: [email protected]">Envie um e-mail</a>. |
85 | | - </p> |
86 | 89 | <p class="text-center mt-2 mb-0"> |
87 | 90 | <a href="/feed/rss" target="_blank" class="btn btn-sm btn-outline-secondary mx-1" title="Feed RSS"> |
88 | 91 | <i class="bi bi-rss"></i> RSS |
|
0 commit comments