Skip to content

Commit c68c719

Browse files
committed
docs: fix home link
1 parent ec4af22 commit c68c719

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

docs/docs/usage/properties.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,14 @@ The default value is `1` which equals `100%`. If you would like to use `50%`, th
356356
<!-- md:version stable-1.6.0 -->
357357
<!-- md:default `600` -->
358358

359+
The `height` property allows you to specify how tall the window will be within your Obsidian note. If you do not specify a custom height, then it will default to `600`, which represents 600 **pixels**.
360+
361+
<br />
362+
363+
#### Property: CSS
364+
<!-- md:version stable-1.6.3 -->
365+
<!-- md:default `none` -->
366+
359367
The `css` property allows you to override any website's default CSS.
360368

361369
````
@@ -374,7 +382,7 @@ css: |
374382

375383
The above example will force all `h1` headers to use a larger font size, and change the text color to black, as well as make the entire website background color white.
376384

377-
CSS rules can be on their own lines, or all-together:
385+
CSS rules can be on their own lines, or on the same line as the property name.
378386

379387
````
380388
```gistr
@@ -392,11 +400,5 @@ css: body { background-color: #FFF !important; }
392400

393401
<br />
394402

395-
#### Property: CSS
396-
<!-- md:version stable-1.6.3 -->
397-
<!-- md:default `none` -->
398-
399-
The `height` property allows you to specify how tall the window will be within your Obsidian note. If you do not specify a custom height, then it will default to `600`, which represents 600 **pixels**.
400-
401403
<br />
402404
<br />

docs/material/overrides/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<div class="mdx-hero__content">
2222
<h1>Obsidian: Gistr</h1>
2323
<p>A Github and Opengist Integration for Obsidian.md</p>
24-
<a href="https://aetherinox.github.io/obsidian-gistr/home/" title="{{ page.next_page.title | e }}" class="md-button md-button--primary">
24+
<a href="./home/" title="{{ page.next_page.title | e }}" class="md-button md-button--primary">
2525
Read Docs
2626
</a>
2727
<a href="https://github.com/Aetherinox/obsidian-gistr/" title="Gistr Github" class="md-button">

0 commit comments

Comments
 (0)