aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-06 21:14:35 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-06 21:14:35 -0200
commit9189f82944f859833bd993ff2c380646849f178d (patch)
tree6c9caecf4141e188ba2ce37b86c4615d8df9d1b3
parent526ea352381ded7d767811e34227c0c64d45193d (diff)
downloadtemplates-9189f82944f859833bd993ff2c380646849f178d.tar.gz
templates-9189f82944f859833bd993ff2c380646849f178d.tar.bz2
Makefile and template update
-rw-r--r--ikiwiki/Makefile2
-rw-r--r--templates/page.tmpl2
2 files changed, 3 insertions, 1 deletions
diff --git a/ikiwiki/Makefile b/ikiwiki/Makefile
index 7c08b33..883cd09 100644
--- a/ikiwiki/Makefile
+++ b/ikiwiki/Makefile
@@ -14,6 +14,8 @@
# Place - Suite 330, Boston, MA 02111-1307, USA
#
+all: web web_deploy
+
web:
@ikiwiki --setup ikiwiki.setup
@chmod +x bin/*
diff --git a/templates/page.tmpl b/templates/page.tmpl
index b525d22..590445c 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -51,7 +51,7 @@
<li><a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a> <span class="divider">/</span> </li>
</TMPL_LOOP>
<li><TMPL_VAR TITLE></li>
- <li><span class="divider">|</span> <a href="/meta">Meta</a></li>
+ <!--<li><span class="divider">|</span> <a href="/meta">Meta</a></li>-->
<li><span class="divider">|</span> <a href="<TMPL_VAR HISTORYURL>">History</a></li>
<li><span class="divider">|</span> <a href="/index.rss">Feed</a></li>
</ul>