fix: talks.html typo
This commit is contained in:
parent
645c3a18a8
commit
13d5045308
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
||||||
<button class="locationButton" data-location="{{ . }}">{{ . }}</button>
|
<button class="locationButton" data-location="{{ . }}">{{ . }}</button>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
An exploration from the chips on the PCB to how Linux makes the phone work. We'll go into how the hardware and the Linux device tree files are connected, how the different chips communicate, etc. Things I wish I had learned years ago!
|
|
||||||
<!-- Display talks for each location -->
|
<!-- Display talks for each location -->
|
||||||
{{ range $locations }}
|
{{ range $locations }}
|
||||||
<div class="talksContainer" id="talks_{{ . }}" style="display: none;">
|
<div class="talksContainer" id="talks_{{ . }}" style="display: none;">
|
||||||
|
|
Loading…
Reference in a new issue