Changed HTML head.
This commit is contained in:
parent
4a88f39698
commit
57ed1399c0
2 changed files with 4 additions and 4 deletions
|
@ -16,5 +16,5 @@ using System.Reflection;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can default the Revision and Build Numbers
|
// You can specify all the values or you can default the Revision and Build Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("3.0.4.563")]
|
[assembly: AssemblyVersion("3.0.4.564")]
|
||||||
[assembly: AssemblyFileVersion("3.0.4.563")]
|
[assembly: AssemblyFileVersion("3.0.4.564")]
|
|
@ -30,6 +30,8 @@ namespace ScrewTurn.Wiki {
|
||||||
|
|
||||||
StringBuilder result = new StringBuilder(300);
|
StringBuilder result = new StringBuilder(300);
|
||||||
|
|
||||||
|
result.Append(GetJavaScriptIncludes());
|
||||||
|
|
||||||
string[] css = Directory.GetFiles(Settings.ThemesDirectory + theme, "*.css");
|
string[] css = Directory.GetFiles(Settings.ThemesDirectory + theme, "*.css");
|
||||||
string firstChunk;
|
string firstChunk;
|
||||||
for(int i = 0; i < css.Length; i++) {
|
for(int i = 0; i < css.Length; i++) {
|
||||||
|
@ -80,8 +82,6 @@ namespace ScrewTurn.Wiki {
|
||||||
result.Append(@""" />" + "\n");
|
result.Append(@""" />" + "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
result.Append(GetJavaScriptIncludes());
|
|
||||||
|
|
||||||
// Include HTML Head
|
// Include HTML Head
|
||||||
result.Append(Settings.Provider.GetMetaDataItem(MetaDataItem.HtmlHead, nspace));
|
result.Append(Settings.Provider.GetMetaDataItem(MetaDataItem.HtmlHead, nspace));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue