88 | 89 | {{ content }} 90 | 91 |
92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | {% if site.plugins contains "jekyll-feed" %} 103 | 104 | 105 | 106 | 107 | 108 | {% endif %} 109 | 110 | 111 | {% assign contact_page = site.pages | where: "path", "contact.md" | first %} 112 | {% if contact_page.title %} 113 | 114 | 115 | 116 | 117 | 118 | {% endif %} 119 | 120 |
121 |