Skip to content
Snippets Groups Projects
  1. Mar 04, 2019
  2. Jan 14, 2019
  3. Dec 21, 2018
  4. Dec 20, 2018
  5. Dec 19, 2018
  6. Dec 14, 2018
  7. Dec 12, 2018
    • micressor's avatar
      Base briar template optimization · 90d15ebc
      micressor authored
      90d15ebc
    • micressor's avatar
      Fix validation errors according to validator.w3.org · d16099e9
      micressor authored and micressor's avatar micressor committed
      * Add html lang tag
      * Error: A charset attribute on a meta element found after the first 1024 bytes.
      * Error: An img element must have an alt attribute, except under certain conditions.
      * Error: Stray end tag input.
      * Warning: The language attribute on the script element is obsolete. You can safely omit it.
      * Error: An img element must have an alt attribute, except under certain conditions.
      * Error: duplicate menu ids
      * Baseof: Remove duplicate ids
      * Warning: The border attribute is obsolete. Consider specifying img { border: 0; } in CSS instead.
      * The border attribute is obsolete. Consider specifying img { border: 0; } in CSS instead.
      * Error: Element f12 not allowed as child of element p in this context.
      * Error: An img element must have an alt attribute, except under certain conditions.
      * Stray end tag input.
      * The language attribute on the script element is obsolete. You can safely omit it.
      * Unclosed element div.
      d16099e9
  8. Dec 10, 2018
  9. Dec 09, 2018
  10. Dec 08, 2018
  11. Dec 07, 2018
    • micressor's avatar
      Templating title meta tag · 716599f3
      micressor authored
      * Templating title meta tag
      * Add hugo shortcodes for googleplay and fdroid
      * Fix a feed valitation error: Author is missing
      716599f3
    • micressor's avatar
      Add section.html template · 251fb575
      micressor authored
      So we can see articles in sections like
      
      * $BaseURL/news
      * $BaseURL/hiring
      
      May be we can add a News navigation link
      251fb575
  12. Nov 29, 2018
    • micressor's avatar
      Migrating .html pages into markdown pages · f1207069
      micressor authored and micressor's avatar micressor committed
      * Migrate get-involved.html into get-involved.md
      * Migrate static/how-it-works.html => content/page/how-it-works.md
      * Migrate static/about.html => content/page/about.md
      * Migrate apk.html
      * Migrate building.html
      * Migrate download.html
      * Migrate copyright.html
      * Migrate fdroid.html
      * Migrating privacy.html
      * Migrating hiring.html
      * Migrating 2018-05-java-developer.html
      * Migrating 2018-05-ux-designer.html
      * Migrating 2017-beta-released-security-audit.html
      * Migrating 2018-1.0-released-new-funding.html
      * Migrating 2018-briar-1.1-released.html
      * Migrating 2018-05-usability-consultant.html
      * Remove redirect.html
      * Move hirings to content/post/hiring/ folder
      * Fix image source
      * Use HTML on the _index.md page.
      * Must still be adapted with hugo shortcode.
      * /download: Use badges with html
      * Add homepage description
      * Fix a lot of links
      * Fix layout for /fdroid
      * Fix page layout for /apk
      * README.md: Remove configuration part
      * Add public/ to .gitignore
      f1207069
Loading