diff --git a/docs/upgrades/templates-6.9.0/wgtemplate_weblog.tmpl b/docs/upgrades/templates-6.9.0/wgtemplate_weblog.tmpl
new file mode 100644
index 000000000..fd7dc3bc6
--- /dev/null
+++ b/docs/upgrades/templates-6.9.0/wgtemplate_weblog.tmpl
@@ -0,0 +1,120 @@
+#PBtmpl0000000000000112
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+~~~
+.pagination
+{
+ -moz-box-sizing:border-box;
+ background:#C0C0C0;
+ width:100%;
+ text-align:right;
+ padding:3px;
+ font-size:9pt;
+ font-family:arial;
+ margin-top:3px;
+}
+
+.pagination a
+{
+ color:white;
+}
+
+.weblogTitleBar {
+ font-weight: bold;
+ font-size: 14px;
+ font-family:arial;
+}
+
+.weblogLegend {
+ font-size: 9px;
+ color: #999999;
+ font-family:arial;
+}
+
+.weblogLegend a
+{
+ color:#29587E;
+}
+
+.weblogReadMore {
+ text-align: right;
+ font-size: 9px;
+ width: 100%;
+ font-family:arial;
+}
+
+.weblogSynopsis {
+ border: 1px solid #bbbbbb;
+ font-size: 13px;
+ padding: 5px;
+ -moz-border-radius: 6px;
+ font-family:arial;
+}
\ No newline at end of file