aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/how_to_add_post_titles_in_ikiwiki_blog__63__.mdwn
blob: 68eb06c4c938377656d402433e3fcbb58aef917d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Look at these two blogs:

1) http://ciffer.net/~svend/blog/

2) http://upsilon.cc/~zack/blog/

Well, i set up successfully my blog (i am using inline function in a wiki page) but i have manually to insert blog pos titles and the result is that of blog #2.
Instead i would like to have blog post titles automatically inserted like blog #1 (and they are links too! I want them that way).
I looked in git repo of the two blogs but i couldn't find the answer.
Any help would be really appreciated.

Thanks!

Raf

> Either name the blog post files with the full title you want them to 
> have, or use [[ikiwiki/directive/meta]] title to set the title of a blog post.
> 
>	\[[!meta title="this is my blog post"]]
> 
> Either way, the title will automatically be displayed, clickable, at the top.
> (zack has hacked his templates not to do that). --[[Joey]] 

>> Thanks for your answer.<br/>
>> I looked in the [templates](http://git.upsilon.cc/cgi-bin/gitweb.cgi?p=zack-homepage.git;a=tree;f=templates;h=824100e62a06cee41b582ba84fcb9cdd982fe4be;hb=HEAD) folder of zack but couldn't see any hack of that kind.<br/>
>> Anyway, I didn't hack my template...<br/>
>> I will follow your suggestion of using \[[ikiwiki/directive/meta]] title to set titles.<br/>
>> Thanks a lot. --Raf