Fixed landing page height and using default ghost rss feed. (Just without feedly)
This commit is contained in:
parent
b0c00098b4
commit
5cf436ceeb
3 changed files with 3 additions and 3 deletions
|
@ -59,7 +59,7 @@ into the {body} of the default.hbs template --}}
|
|||
|
||||
<style>
|
||||
div.outer {
|
||||
height: calc(100vh - 109px);
|
||||
height: calc(100vh - 105.5px);
|
||||
}
|
||||
|
||||
.site-header-content {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "casper-sagi",
|
||||
"name": "casper-with-landing-page",
|
||||
"description": "A clean, minimal default theme for the Ghost publishing platform - Modified By sagidayan@gmail.com",
|
||||
"demo": "https://www.sagidayan.com",
|
||||
"version": "3.0.7",
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
{{/if}} --}}
|
||||
</div>
|
||||
{{#unless @labs.members}}
|
||||
<a class="rss-button" href="{{@site.url}}/rss-feed/" title="RSS" target="_blank"
|
||||
<a class="rss-button" href="{{@site.url}}/writings/rss" title="RSS" target="_blank"
|
||||
rel="noopener">{{> "icons/rss"}}</a>
|
||||
{{/unless}}
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in a new issue