Skip to content

Commit

Permalink
fix home
Browse files Browse the repository at this point in the history
  • Loading branch information
sytranvn committed May 23, 2023
1 parent 9c63664 commit b5075bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 0 additions & 6 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,3 @@ customJS = []

# Custom remote JS files
customRemoteJS = []

[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
2 changes: 1 addition & 1 deletion content/index.md → content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ weight: 1
title: "Hugo PDF"
git_repo: https://github.com/sytranvn/hugo-pdf
summary: "This shortcode allows you to add PDF file to your pages using browser native PDF renderer. Therefore, no additional Javascripts needed."
type: home
type: single
---

This shortcode allows you to add PDF file to your pages using browser native
Expand Down
3 changes: 3 additions & 0 deletions layouts/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{{ define "content" }}
{{ partial "page.html" . }}
{{ end }}

0 comments on commit b5075bd

Please sign in to comment.