소스 검색

Merge branch 'master' of https://github.com/themefisher/meghna-hugo

tags/v1.0.0
somrat 5 년 전
부모
커밋
4c184dd24d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      layouts/partials/about.html

+ 1
- 1
layouts/partials/about.html 파일 보기

@@ -22,7 +22,7 @@
{{"<!-- Express About Yourself -->" | safeHTML}}
<div class="content text-center">
{{ with .title }}<h3 class="ddd">{{ . }}</h3>{{ end }}
{{ with .content}} <p>{{ . }}</p>{{ end }}
{{ with .content}} <p>{{ . | markdownify }}</p>{{ end }}
</div>
</div>
</div>

Loading…
취소
저장