change description and homepage in 'about'
This commit is contained in:
parent
756b507506
commit
6260b899b2
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ push: output
|
|||
rsync -Pavz html/ delmak.naquadah.org:/var/www/awesome.naquadah.org/
|
||||
|
||||
output:
|
||||
$(IKIWIKI) `pwd` html -v --wikiname awesome --plugin=goodstuff --templatedir=templates \
|
||||
$(IKIWIKI) `pwd` html -v --wikiname about --plugin=goodstuff --templatedir=templates \
|
||||
--exclude=html --exclude=Makefile --rss --url http://awesome.naquadah.org
|
||||
|
||||
clean:
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<li><a href="/doc/">documentation</a></li>
|
||||
<li><a href="/download/">download</a></li>
|
||||
<li><a href="/news/">news</a></li>
|
||||
<li><a href="/">description</a></li>
|
||||
<li><a href="/">about</a></li>
|
||||
</ul>
|
||||
<div class="visual"></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue