fixing stuff
This commit is contained in:
parent
c70236571a
commit
3efe27fda2
2 changed files with 2 additions and 2 deletions
|
@ -205,7 +205,7 @@ feedConf = FeedConfiguration
|
||||||
|
|
||||||
config :: Configuration
|
config :: Configuration
|
||||||
config = defaultConfiguration
|
config = defaultConfiguration
|
||||||
{ deployCommand = "rsync --del --checksum -ave 'ssh -p 5555' \\_site/* nek0@chelnok.de:/home/nek0/www/blog-seo"
|
{ deployCommand = "rsync --del --checksum -ave 'ssh -p 5555' \\_site/* nek0@chelnok.de:/home/nek0/www/blog"
|
||||||
}
|
}
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<head>
|
<head>
|
||||||
$if(description)$
|
$if(description)$
|
||||||
<meta name="description" content="$description$">
|
<meta name="description" content="$description$" />
|
||||||
$endif$
|
$endif$
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<meta name="flattr:id" content="djkled">
|
<meta name="flattr:id" content="djkled">
|
||||||
|
|
Loading…
Reference in a new issue