Move all edits to theme
This commit is contained in:
parent
a36f14bfea
commit
e6f60f3b92
15 changed files with 2 additions and 221 deletions
|
|
@ -1,6 +0,0 @@
|
|||
{{ .Page.Store.Set "hasCodeBlock" true }}
|
||||
{{ $lang := .Get "language" | default "" }}
|
||||
{{ with .Get "title" }}
|
||||
<p><strong>{{ . }}</strong></p>
|
||||
{{ end }}
|
||||
{{ highlight (trim .Inner "\r\n") $lang "" }}
|
||||
|
|
@ -1 +0,0 @@
|
|||
<i class={{ .Get "class" }}></i>
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
<center>
|
||||
<img {{ with .Get "src" }} src="{{ . }}"{{ end }}
|
||||
{{ with .Get "width" }} width="{{ . }}"{{ end }}
|
||||
{{ with .Get "max-width" }} style=" max-width:{{ . }}" {{ end }}
|
||||
>
|
||||
</center>
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
<ul>
|
||||
{{ range .Site.Data.presentations }}
|
||||
<li>{{ .authors }} ({{ .date }}) {{ .title }}. {{ .conference }} {{ with .link }}
|
||||
<a href={{ . }}>[Link]</a>{{ end }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<ul>
|
||||
{{ range .Site.Data.publications }}
|
||||
<li>{{ .authors }} ({{ .year }}). {{ .title }}. <em>{{ .journal }}</em> {{ .volume }}, {{ .pages }} {{ with .link }} <a href={{ . }}>[Link]</a>{{ end }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
Loading…
Add table
Add a link
Reference in a new issue