Browse Source

Fixed line statement prefixes

main
Lakshmi Vyasarajan 13 years ago
parent
commit
1400cdad76
9 changed files with 24 additions and 26 deletions
  1. +4
    -4
      hyde/layouts/basic/content/blog/angry-post.html
  2. +4
    -4
      hyde/layouts/basic/content/blog/happy-post.html
  3. +4
    -4
      hyde/layouts/basic/content/blog/sad-post.html
  4. +2
    -2
      hyde/layouts/basic/content/index.html
  5. +0
    -2
      hyde/server.py
  6. +2
    -2
      hyde/tests/sites/test_tagger/content/blog/angry-post.html
  7. +2
    -2
      hyde/tests/sites/test_tagger/content/blog/another-sad-post.html
  8. +2
    -2
      hyde/tests/sites/test_tagger/content/blog/happy-post.html
  9. +4
    -4
      hyde/tests/sites/test_tagger/content/blog/sad-post.html

+ 4
- 4
hyde/layouts/basic/content/blog/angry-post.html View File

@@ -8,13 +8,13 @@ tags:
- thoughts - thoughts
--- ---


--- mark image
{% mark image -%}


![Airport]([[!!images/airport.png]]) ![Airport]([[!!images/airport.png]])


--- endmark
{%- endmark %}


--- mark excerpt
{% mark excerpt -%}


To complete the character-study of Mr. Worple, he was a man of extremely To complete the character-study of Mr. Worple, he was a man of extremely
uncertain temper, and his general tendency was to think that Corky was a poor uncertain temper, and his general tendency was to think that Corky was a poor
@@ -22,7 +22,7 @@ chump and that whatever step he took in any direction on his own account, was
just another proof of his innate idiocy. I should imagine Jeeves feels very just another proof of his innate idiocy. I should imagine Jeeves feels very
much the same about me. much the same about me.


--- endmark
{%- endmark %}


So when Corky trickled into my apartment one afternoon, shooing a girl in So when Corky trickled into my apartment one afternoon, shooing a girl in
front of him, and said, "Bertie, I want you to meet my fiancée, Miss Singer," front of him, and said, "Bertie, I want you to meet my fiancée, Miss Singer,"


+ 4
- 4
hyde/layouts/basic/content/blog/happy-post.html View File

@@ -8,19 +8,19 @@ tags:
- thoughts - thoughts
--- ---


--- mark image
{% mark image -%}


![Airport]([[!!images/airport.png]]) ![Airport]([[!!images/airport.png]])


--- endmark
{%- endmark %}


--- mark excerpt
{% mark excerpt -%}


Lady Malvern was a hearty, happy, healthy, overpowering sort of dashed female, Lady Malvern was a hearty, happy, healthy, overpowering sort of dashed female,
not so very tall but making up for it by measuring about six feet from the not so very tall but making up for it by measuring about six feet from the
O.P. to the Prompt Side. O.P. to the Prompt Side.


--- endmark
{%- endmark %}


She fitted into my biggest arm-chair as if it had She fitted into my biggest arm-chair as if it had
been built round her by someone who knew they were wearing arm-chairs tight been built round her by someone who knew they were wearing arm-chairs tight


+ 4
- 4
hyde/layouts/basic/content/blog/sad-post.html View File

@@ -8,13 +8,13 @@ tags:
- thoughts - thoughts
--- ---


--- mark image
{% mark image -%}


![A Dark Image]([[!!images/dark.png]]) ![A Dark Image]([[!!images/dark.png]])


--- endmark
{%- endmark %}


--- mark excerpt
{% mark excerpt -%}


I went and dressed sadly. It will show you pretty well how pipped I was when I I went and dressed sadly. It will show you pretty well how pipped I was when I
tell you that I near as a toucher put on a white tie with a dinner-jacket. I tell you that I near as a toucher put on a white tie with a dinner-jacket. I
@@ -22,7 +22,7 @@ sallied out for a bit of food more to pass the time than because I wanted it.
It seemed brutal to be wading into the bill of fare with poor old Bicky headed It seemed brutal to be wading into the bill of fare with poor old Bicky headed
for the breadline. for the breadline.


--- endmark
{%- endmark %}


When I got back old Chiswick had gone to bed, but Bicky was there, hunched up When I got back old Chiswick had gone to bed, but Bicky was there, hunched up
in an arm-chair, brooding pretty tensely, with a cigarette hanging out of the in an arm-chair, brooding pretty tensely, with a cigarette hanging out of the


+ 2
- 2
hyde/layouts/basic/content/index.html View File

@@ -9,12 +9,12 @@ description: Home page for the BASIC hyde template
<section class="blog_excerpt"> <section class="blog_excerpt">
{% set latest = site.content.walk_resources_sorted_by_time()|first %} {% set latest = site.content.walk_resources_sorted_by_time()|first %}


--- if latest:
{% if latest -%}
{{ render_excerpt(latest, 'post') }} {{ render_excerpt(latest, 'post') }}


<a class="button white medium" <a class="button white medium"
href="{{ content_url(latest.url) }}">Read more&hellip;</a> href="{{ content_url(latest.url) }}">Read more&hellip;</a>


--- endif
{%- endif %}


</section> </section>

+ 0
- 2
hyde/server.py View File

@@ -73,8 +73,6 @@ class HydeRequestHandler(SimpleHTTPRequestHandler):


if not res: if not res:
logger.error("Cannot load file: [%s]" % path) logger.error("Cannot load file: [%s]" % path)
print site.content.resource_deploy_map

return site.config.deploy_root_path.child(path) return site.config.deploy_root_path.child(path)
else: else:
self.server.generate_resource(res) self.server.generate_resource(res)


+ 2
- 2
hyde/tests/sites/test_tagger/content/blog/angry-post.html View File

@@ -8,7 +8,7 @@ tags:
- thoughts - thoughts
--- ---


--- mark excerpt
{% mark excerpt -%}


To complete the character-study of Mr. Worple, he was a man of extremely To complete the character-study of Mr. Worple, he was a man of extremely
uncertain temper, and his general tendency was to think that Corky was a poor uncertain temper, and his general tendency was to think that Corky was a poor
@@ -16,7 +16,7 @@ chump and that whatever step he took in any direction on his own account, was
just another proof of his innate idiocy. I should imagine Jeeves feels very just another proof of his innate idiocy. I should imagine Jeeves feels very
much the same about me. much the same about me.


--- endmark
{%- endmark %}


So when Corky trickled into my apartment one afternoon, shooing a girl in So when Corky trickled into my apartment one afternoon, shooing a girl in
front of him, and said, "Bertie, I want you to meet my fiancée, Miss Singer," front of him, and said, "Bertie, I want you to meet my fiancée, Miss Singer,"


+ 2
- 2
hyde/tests/sites/test_tagger/content/blog/another-sad-post.html View File

@@ -8,7 +8,7 @@ tags:
- events - events
--- ---


--- mark excerpt
{% mark excerpt -%}


I went and dressed sadly. It will show you pretty well how pipped I was when I I went and dressed sadly. It will show you pretty well how pipped I was when I
tell you that I near as a toucher put on a white tie with a dinner-jacket. I tell you that I near as a toucher put on a white tie with a dinner-jacket. I
@@ -16,7 +16,7 @@ sallied out for a bit of food more to pass the time than because I wanted it.
It seemed brutal to be wading into the bill of fare with poor old Bicky headed It seemed brutal to be wading into the bill of fare with poor old Bicky headed
for the breadline. for the breadline.


--- endmark
{%- endmark %}


When I got back old Chiswick had gone to bed, but Bicky was there, hunched up When I got back old Chiswick had gone to bed, but Bicky was there, hunched up
in an arm-chair, brooding pretty tensely, with a cigarette hanging out of the in an arm-chair, brooding pretty tensely, with a cigarette hanging out of the


+ 2
- 2
hyde/tests/sites/test_tagger/content/blog/happy-post.html View File

@@ -8,13 +8,13 @@ tags:
- thoughts - thoughts
--- ---


--- mark excerpt
{% mark excerpt -%}


Lady Malvern was a hearty, happy, healthy, overpowering sort of dashed female, Lady Malvern was a hearty, happy, healthy, overpowering sort of dashed female,
not so very tall but making up for it by measuring about six feet from the not so very tall but making up for it by measuring about six feet from the
O.P. to the Prompt Side. O.P. to the Prompt Side.


--- endmark
{%- endmark %}


She fitted into my biggest arm-chair as if it had She fitted into my biggest arm-chair as if it had
been built round her by someone who knew they were wearing arm-chairs tight been built round her by someone who knew they were wearing arm-chairs tight


+ 4
- 4
hyde/tests/sites/test_tagger/content/blog/sad-post.html View File

@@ -8,13 +8,13 @@ tags:
- thoughts - thoughts
--- ---


--- mark image
{% mark image -%}


![A Dark Image]([[!!images/dark.png]]) ![A Dark Image]([[!!images/dark.png]])


--- endmark
{%- endmark %}


--- mark excerpt
{% mark excerpt -%}


I went and dressed sadly. It will show you pretty well how pipped I was when I I went and dressed sadly. It will show you pretty well how pipped I was when I
tell you that I near as a toucher put on a white tie with a dinner-jacket. I tell you that I near as a toucher put on a white tie with a dinner-jacket. I
@@ -22,7 +22,7 @@ sallied out for a bit of food more to pass the time than because I wanted it.
It seemed brutal to be wading into the bill of fare with poor old Bicky headed It seemed brutal to be wading into the bill of fare with poor old Bicky headed
for the breadline. for the breadline.


--- endmark
{%- endmark %}


When I got back old Chiswick had gone to bed, but Bicky was there, hunched up When I got back old Chiswick had gone to bed, but Bicky was there, hunched up
in an arm-chair, brooding pretty tensely, with a cigarette hanging out of the in an arm-chair, brooding pretty tensely, with a cigarette hanging out of the


Loading…
Cancel
Save