瀏覽代碼

fix(widget): make location optional

Fix #843
George Cushen 6 年之前
父節點
當前提交
0312857779
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      layouts/partials/widgets/experience.html

+ 1 - 1
layouts/partials/widgets/experience.html

@@ -40,8 +40,8 @@
                 {{else}}
                   {{ i18n "present" | default "Present" }}
                 {{end}}
-                {{with .location}}
               </div>
+              {{with .location}}
               <div class="text-right">{{.}}</div>
               {{end}}
             </div>