Skip to content

Commit

Permalink
feat: add link to posts
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Feb 1, 2020
1 parent 09ffb09 commit 2831a55
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions exampleSite/content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ date: 2020-01-01T23:00:00.000Z

## Links

### Internal

<div class="buttons">
{{< button href="./posts/" txt="All Posts" >}}
</div>

### External

<div class="buttons">
{{< button href="https://gohugo.io/" txt="Hugo Homepage" >}}
{{< button href="https://github.com/gohugoio/" txt="Hugo GitHub" >}}
Expand Down
8 changes: 8 additions & 0 deletions exampleSite/content/ja/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ date: 2020-01-25T23:00:00.000Z

## リンク

### サイト内

<div class="buttons">
{{< button href="./posts/" txt="All Posts" >}}
</div>

### サイト外

<div class="buttons">
{{< button href="https://gohugo.io/" txt="Hugo Homepage" >}}
{{< button href="https://github.com/gohugoio/" txt="Hugo GitHub" >}}
Expand Down

0 comments on commit 2831a55

Please sign in to comment.