[MSITE-848] Update sitedescriptor.apt

* Add note that links to `creating-content.html#Filtering` for additional details regarding the use of dotted properties.
* Update example reference to fluido skin to latest (1.8), to encourage use of newer skin in the example.
diff --git a/src/site/apt/examples/sitedescriptor.apt b/src/site/apt/examples/sitedescriptor.apt
index 2472833..dfe9170 100644
--- a/src/site/apt/examples/sitedescriptor.apt
+++ b/src/site/apt/examples/sitedescriptor.apt
@@ -346,7 +346,7 @@
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.5</version>
+    <version>1.8</version>
   </skin>
   ...
 </project>
@@ -402,4 +402,6 @@
 
   <<Note:>> Support for some expressions, like <<<$\{project.name\}>>> is present in
   version 2.0-beta-5 of this plugin. Full support is available since version
-  2.0-beta-6.
+  2.0-beta-6. Also, there are additional restrictions on using dotted project properties
+  in content pages. See {{{./creating-content.html#Filtering}Filtering}} for details
+  on injecting properties into content pages.