diff options
author | Cache do Fluxo <cache@fluxo.info> | 2016-10-13 17:51:34 -0300 |
---|---|---|
committer | Cache do Fluxo <cache@fluxo.info> | 2016-10-13 17:51:34 -0300 |
commit | 6a747d9b8af259c043fdde7c796531ae66f97f6b (patch) | |
tree | 645443f36b4166c37b542db0ef62b7e469b4d603 /templates | |
parent | 6b57e90df5dcd1ec2da8f5466f1b6160b2fae3ae (diff) | |
download | cache-6a747d9b8af259c043fdde7c796531ae66f97f6b.tar.gz cache-6a747d9b8af259c043fdde7c796531ae66f97f6b.tar.bz2 |
Updates links
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 4 | ||||
-rw-r--r-- | templates/note/index.html | 4 | ||||
-rw-r--r-- | templates/page.tmpl | 4 | ||||
-rw-r--r-- | templates/popup/index.html | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/templates/index.html b/templates/index.html index 3c0057a..d0e36c9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -40,9 +40,9 @@ <li>templates</li> <li><span class="divider">|</span> <a href="../data">Dados</a></li> - <li><span class="divider">|</span> <a href="../todo">Tarefas</a></li> + <!--<li><span class="divider">|</span> <a href="../todo">Tarefas</a></li>--> <li><span class="divider">|</span> <a href="https://git.fluxo.info/?p=cache.git;a=history;f=templates.mdwn">Histórico</a></li> - <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=atom">Feed</a></li> + <li><span class="divider">|</span> <a href="https://git.fluxo.info/cache/atom/?h=master">Feed</a></li> </ul> </div> </div> diff --git a/templates/note/index.html b/templates/note/index.html index 2cac4ef..85a116f 100644 --- a/templates/note/index.html +++ b/templates/note/index.html @@ -42,9 +42,9 @@ <li>note</li> <li><span class="divider">|</span> <a href="../../data">Dados</a></li> - <li><span class="divider">|</span> <a href="../../todo">Tarefas</a></li> + <!--<li><span class="divider">|</span> <a href="../../todo">Tarefas</a></li>--> <li><span class="divider">|</span> <a href="https://git.fluxo.info/?p=cache.git;a=history;f=templates/note.mdwn">Histórico</a></li> - <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=atom">Feed</a></li> + <li><span class="divider">|</span> <a href="https://git.fluxo.info/cache/atom/?h=master">Feed</a></li> </ul> </div> </div> diff --git a/templates/page.tmpl b/templates/page.tmpl index b0fcb50..f03c3dc 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -52,9 +52,9 @@ </TMPL_LOOP> <li><TMPL_VAR TITLE></li> <li><span class="divider">|</span> <a href="<TMPL_VAR BASEURL>data">Dados</a></li> - <li><span class="divider">|</span> <a href="<TMPL_VAR BASEURL>todo">Tarefas</a></li> + <!--<li><span class="divider">|</span> <a href="<TMPL_VAR BASEURL>todo">Tarefas</a></li>--> <li><span class="divider">|</span> <a href="<TMPL_VAR HISTORYURL>">Histórico</a></li> - <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=atom">Feed</a></li> + <li><span class="divider">|</span> <a href="https://git.fluxo.info/cache/atom/?h=master">Feed</a></li> </ul> <TMPL_IF HTML5></header><TMPL_ELSE></div></TMPL_IF> </div> diff --git a/templates/popup/index.html b/templates/popup/index.html index a66e11f..8aa9a69 100644 --- a/templates/popup/index.html +++ b/templates/popup/index.html @@ -42,9 +42,9 @@ <li>popup</li> <li><span class="divider">|</span> <a href="../../data">Dados</a></li> - <li><span class="divider">|</span> <a href="../../todo">Tarefas</a></li> + <!--<li><span class="divider">|</span> <a href="../../todo">Tarefas</a></li>--> <li><span class="divider">|</span> <a href="https://git.fluxo.info/?p=cache.git;a=history;f=templates/popup.mdwn">Histórico</a></li> - <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=atom">Feed</a></li> + <li><span class="divider">|</span> <a href="https://git.fluxo.info/cache/atom/?h=master">Feed</a></li> </ul> </div> </div> |