瀏覽代碼

Moved aboutme into different file to allow newlines

main
Roxie Gibson 4 年之前
父節點
當前提交
3f190aa4d6
沒有發現已知的金鑰在資料庫的簽署中
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      layouts/index.html

+ 1
- 1
layouts/index.html 查看文件

@@ -6,7 +6,7 @@

<h1>{{ .Site.Data.personalize.Name }}</h1>

<h4>{{ .Site.Data.personalize.About| markdownify }}</h4>
<h4>{{ readFile "assets/aboutme.md" | markdownify }}</h4>

<table>
{{ range .Site.Data.personalize.profiles }}

Loading…
取消
儲存