aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://joey.kitenet.net/ <joey@web>2011-05-22 22:23:15 +0000
committeradmin <admin@branchable.com>2011-05-22 22:23:15 +0000
commit90fc743c569ed58667eb2999132d5cc55edc3ebf (patch)
tree0cfb07a2fee160463a7067a2c56aa2e725cc52dc
parent289e9edd45506a5494258a617e8de318d9a356c2 (diff)
downloadikiwiki-90fc743c569ed58667eb2999132d5cc55edc3ebf.tar
ikiwiki-90fc743c569ed58667eb2999132d5cc55edc3ebf.tar.gz
Added a comment
-rw-r--r--doc/forum/How_to_customize_page_title__63__/comment_1_403e1f866b5e04e5899021f54bbdd1ed._comment10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/How_to_customize_page_title__63__/comment_1_403e1f866b5e04e5899021f54bbdd1ed._comment b/doc/forum/How_to_customize_page_title__63__/comment_1_403e1f866b5e04e5899021f54bbdd1ed._comment
new file mode 100644
index 000000000..e8d79038b
--- /dev/null
+++ b/doc/forum/How_to_customize_page_title__63__/comment_1_403e1f866b5e04e5899021f54bbdd1ed._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="http://joey.kitenet.net/"
+ nickname="joey"
+ subject="comment 1"
+ date="2011-05-22T22:23:15Z"
+ content="""
+The only way to do that, other than some css3 hacks, is to edit `page.tmpl`. Which is not really recommended as then you get to maintain the customized version.
+
+More usual is to use a directive to set the actual page title displayed at the end: \[[!meta title=\"foo\"]]
+"""]]