We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec63f4a commit 15c2d5dCopy full SHA for 15c2d5d
templates/user/profile.tmpl
@@ -26,7 +26,7 @@
26
{{else if eq .TabName "followers"}}
27
{{template "repo/user_cards" .}}
28
{{else if eq .TabName "overview"}}
29
- <div id="readme_profile" class="markup">{{.ProfileReadme}}</div>
+ <div id="readme_profile" class="markup">{{.ProfileReadmeContent}}</div>
30
{{else if eq .TabName "organizations"}}
31
32
{{else}}
0 commit comments