summaryrefslogtreecommitdiff
path: root/doc/forum/Accessing_meta_values_in_pages__63__.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/forum/Accessing_meta_values_in_pages__63__.mdwn')
-rw-r--r--doc/forum/Accessing_meta_values_in_pages__63__.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/Accessing_meta_values_in_pages__63__.mdwn b/doc/forum/Accessing_meta_values_in_pages__63__.mdwn
new file mode 100644
index 000000000..78594f912
--- /dev/null
+++ b/doc/forum/Accessing_meta_values_in_pages__63__.mdwn
@@ -0,0 +1,8 @@
+If I set a meta value on a page (lets say \[[!meta author="Adam Shand"]] is there some way to retrieve the value of author and put it somewhere visible on the page? Eg. can I write:
+
+author: $author
+
+I know I can update the raw templates but it'd be nice to be able to do this in the pages them selves.
+
+Cheers,
+Adam.