diff options
| author | lost+skunk <[email protected]> | 2024-07-06 20:06:04 +0300 |
|---|---|---|
| committer | lost+skunk <[email protected]> | 2024-07-06 20:06:04 +0300 |
| commit | ff4f1a2422b3e02917af1f1786ff5b3ac09565ef (patch) | |
| tree | 7da4260b98b23be4852d6196b07d1cfbdc115034 /html/deviantion.htm | |
| parent | 7f1ab1b73d1e7a0d8a730354bbc3136c5584fea3 (diff) | |
| download | skunky-art-ff4f1a2422b3e02917af1f1786ff5b3ac09565ef.tar.gz skunky-art-ff4f1a2422b3e02917af1f1786ff5b3ac09565ef.tar.bz2 skunky-art-ff4f1a2422b3e02917af1f1786ff5b3ac09565ef.zip | |
Реки и копирование темплейтов в озу
Diffstat (limited to 'html/deviantion.htm')
| -rw-r--r-- | html/deviantion.htm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/html/deviantion.htm b/html/deviantion.htm index 7a7f282..97850d3 100644 --- a/html/deviantion.htm +++ b/html/deviantion.htm @@ -38,6 +38,12 @@ {{.Templates.Deviation.Post.Description}} </figcaption> {{end}} + {{if ne .Templates.Deviation.Related ""}} + <details> + <summary>Related content</summary> + {{.Templates.Deviation.Related}} + </details> + {{end}} {{if (ne .Templates.Deviation.Comments "")}} {{.Templates.Deviation.Comments}} {{end}} |
